Как удалить Unity 7.4.5

Я решил это следующим образом:

sudo apt-get install libwbclient0 = 2: 4.3.8 + dfsg-0ubuntu1 & amp; & amp; & amp; & amp; & amp; & amp; sudo apt-get install samba

Eita !!!

0
задан 19 March 2018 в 23:05

2 ответа

Попробуйте это: Начните в режиме только для текста

Switch on your computer. Wait until the BIOS has finished loading, and press and hold Shift, which will bring up the Grub menu. Select the line which starts with Advanced options. Select the line ending with (recovery mode) Press Return and your machine will begin the boot process. After a few moments, your PC should display a menu with a number of options, including Drop to root shell prompt. Press Return with this option highlighted. The PC will start in a terminal.

Запустите следующие команды:

Установите разделы в режиме чтения-записи

mount -o remount,rw / mount --all

Обновить репозитории

apt update

Установить aptitude и deborphan

apt install --reinstall aptitude deborphan

Исключить компоненты единицы, которые не нужны в gnome

aptitude remove '?and(?reverse-depends(unity),?not(?reverse-depends(?exact-name(gnome))))'

Переустановить gnome [ ! d6] apt install --reinstall gnome

Устранить сиротские пакеты

deborphan apt --purge remove $(deborphan) deborphan --libdevel apt --purge remove $(deborphan --libdevel) deborphan --find-config dpkg --purge $(deborphan --find-config)

Удалить ненужные пакеты

apt autoremove

Удалить загруженные пакеты

apt clean

Перезапустить систему

reboot
0
ответ дан 17 July 2018 в 18:30

Попробуйте это: Начните в режиме только для текста

Switch on your computer. Wait until the BIOS has finished loading, and press and hold Shift, which will bring up the Grub menu. Select the line which starts with Advanced options. Select the line ending with (recovery mode) Press Return and your machine will begin the boot process. After a few moments, your PC should display a menu with a number of options, including Drop to root shell prompt. Press Return with this option highlighted. The PC will start in a terminal.

Запустите следующие команды:

Установите разделы в режиме чтения-записи

mount -o remount,rw / mount --all

Обновить репозитории

apt update

Установить aptitude и deborphan

apt install --reinstall aptitude deborphan

Исключить компоненты единицы, которые не нужны в gnome

aptitude remove '?and(?reverse-depends(unity),?not(?reverse-depends(?exact-name(gnome))))'

Переустановить gnome [ ! d6] apt install --reinstall gnome

Устранить сиротские пакеты

deborphan apt --purge remove $(deborphan) deborphan --libdevel apt --purge remove $(deborphan --libdevel) deborphan --find-config dpkg --purge $(deborphan --find-config)

Удалить ненужные пакеты

apt autoremove

Удалить загруженные пакеты

apt clean

Перезапустить систему

reboot
0
ответ дан 23 July 2018 в 19:17

Другие вопросы по тегам:

Похожие вопросы: