KDE Neon Ubuntu вылетает после обновления

После попытки обновления до Ubuntu 18.04 у меня возникла проблема. Когда я перезапустил свою систему, Ubuntu запустилась в терминальном режиме. Я хочу решить эту проблему без переустановки ОС. Пытался запустить из режима восстановления grub, но это не помогло.

Затем я попытался ввести команды, которые показаны здесь . После выполнения этой команды у меня возникла ошибка.

dpkg --configure -a

Вот они:

dpkg: error processing package neon-desktop (--configure)
dependencies problem - leaving unconfigured

Я попытался запустить sudo apt-get install --reinstall neon-desktop , но получил следующие неудовлетворенные ошибки зависимостей.

sudo apt install --reinstall neon-desktop
[sudo] password for kocmuk:  
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
neon-desktop : Depends: baloo-kf5 but it is not going to be installed
               Depends: breeze but it is not going to be installed
               Depends: distro-release-notifier but it is not going to be installed
               Depends: kde-cli-tools but it is not going to be installed
               Depends: khotkeys but it is not going to be installed
               Depends: kio but it is not going to be installed
               Depends: kio-extras but it is not going to be installed
               Depends: kkmenuedit but it is not going to be installed
               Depends: ksysguard but it is not going to be installed
               Depends: distro-release-notifier but it is not going to be installed
               Depends: kwin but it is not going to be installed
               Depends: kwrited but it is not going to be installed
               Depends: plasma-desktop but it is not going to be installed
               Depends: powerdevil but it is not going to be installed
               Depends: sdd-theme-breeze but it is not going to be installed
               Depends: systemsettings but it is not going to be installed
               Depends: xorg but it is not going to be installed
               Recommends: ark but it is not going to be installed
               Recommends: bluedevil but it is not going to be installed
               Recommends: dolphin but it is not going to be installed
               Recommends: drkonqi-pk-debug-installer but it is not going to be installed
               Recommends: frameworkintegration but it is not going to be installed
               Recommends: gwenview but it is not going to be installed
               Recommends: kde-config-gtk-style but it is not going to be installed
               Recommends: kde-config-plymouth but it is not going to be installed
               Recommends: kde-config-sddn but it is not going to be installed
               Recommends: kde-spectacle but it is not going to be installed
               Recommends: kdegraphics but it is not going to be installed
               Recommends: kdialog but it is not going to be installed
               Recommends: konsole but it is not going to be installed
               Recommends: kscreen but it is not going to be installed
               Recommends: ksshaskpass but it is not going to be installed
               Recommends: kwin-addons but it is not going to be installed
               Recommends: kwrite but it is not going to be installed
               Recommends: milou but it is not going to be installed
               Recommends: okular but it is not going to be installed
               Recommends: plasma-browser-integration but it is not going to be installed
               Recommends: plasma-calendar-addons but it is not going to be installed
               Recommends: plasma-dataengines but it is not going to be installed
               Recommends: plasma-discover but it is not going to be installed
               Recommends: plasma-discover-updater but it is not going to be installed
               Recommends: plasma-nm but it is not going to be installed
               Recommends: plasma-pa but it is not going to be installed
               Recommends: plasma-runners-addons but it is not going to be installed
               Recommends: plasma-vault but it is not going to be installed
               Recommends: plasma-wallpapers-addons but it is not going to be installed  
               Recommends: plasma-widgets-addons but it is not going to be installed
               Recommends: plasma-workspace-wayland but it is not going to be installed                         
               Recommends: polkit-kde-agent-1 but it is not going to be installed
               Recommends: print-manager but it is not going to be installed
               Recommends: user-manager but it is not going to be installed
               Recommends: xserver-xorg-input-evdev but it is not going to be installed
               Recommends: xserver-xorg-input-synaptics but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). 
0
задан 14 March 2019 в 09:44

1 ответ

При любом обновлении до новой версии Ubuntu сторонние репозитории и ppa будут отключены. Вам необходимо проверить, поддерживают ли они новую версию (в вашем случае bionic ), и изменить их на новую версию. Затем вы можете снова включить их.


Найдите соответствующую запись для репозитория KDE Neon в файле sources.list

Должен выглядеть примерно так:

# deb http://archive.neon.kde.org/user xenial main 

В зависимости от того, как вы его установили, вы найдете его либо в ] /etc/apt/sources.list или (что более вероятно) в одном из файлов в /etc/apt/sources.list.d/ .

Вы также можете использовать следующую команду, чтобы найти файл:

grep -rlF 'archive.neon.kde.org' /etc/apt/

Измените xenial на bionic и повторно включите репозиторий, удалив # из эта линия.

Затем запустите:

sudo apt-get update
sudo apt-get install -f
1
ответ дан 30 October 2019 в 06:30

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

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