Announcement
Collapse
No announcement yet.
Can't install Akonadi Cosole
Collapse
This topic is closed.
X
X
-
Brain too frazzled. I installed 17.04 originally and reinstalled from 17.04
- Top
- Bottom
-
Your sources list still shows 16.10 as the initial install, but you say you installed 17.10
Did you install the alpha of 17.10?
- Top
- Bottom
Leave a comment:
-
OK - thanks for all the advice.
I finally figured that something was badly broken as messages from Muon as to why it could not install, eg, KMail or Akonadi Console were nonsense. I purged Muon and reinstalled it - still got nonsense.
I didn't fancy re-installing Kubuntu so I reinstalled KDE-desktop. Fantastic. No more stupid messages from Muon. No more installation failures with no reason given from Discover. KMail and Akonadi Console both install via Muon and work.
- Top
- Bottom
Leave a comment:
-
Others think your install is Zesty. However, the two CDROM entries at the top of the sources list suggests that you began by installing 16.04 and then attempted to upgrade to 17.04. True? If so, how did you attempt to upgrade to Zesty?Originally posted by barraclm View Post[ATTACH=CONFIG]7182[/ATTACH][ATTACH=CONFIG]7183[/ATTACH] These are the sources according to Muon
Regardless, my suggestion is that you save off important data to a removable media, download the latest Zesty ISO, burn it and install from it, overwriting what ever chimera you have on your hardware now. Then, reload your data.
- Top
- Bottom
Leave a comment:
-
Is this a zesty install? It seems so?
Did you upgrade according to the Zesty release notes? i.e. ppa-purge the yakkety backports ppa instead of just letting it get disabled?
Is any backports ppa still enabled?
- Top
- Bottom
Leave a comment:
-
According to your Sources Lists, you have Yakkety and Zesty repositories active. That could be the source (no pun intended) of your problem. You should only be using Zesty repositories "with very few exceptions" when running 17.04.
- Top
- Bottom
Leave a comment:
-
“ppa2”?
Are you pulling KDE packages from a PPA as well as Ubuntu’s repository?
Sent from my iPhone using Tapatalk
- Top
- Bottom
Leave a comment:
-
The base problem seems to be that libmessageviewer5 needs kf5-kdepim-apps-libs-data (= 4:16.04.3-0ubuntu1) but it is not going to be installed becuae kf5-kdepim-apps-libs-data is already the newest version (4:16.12.3-0ubuntu1~ubuntu17.04~ppa2).
- Top
- Bottom
Leave a comment:
-
akonadiconsole depends on kdepim-runtime but it depends on libk5messageviewer5. That package conflicts with a similar package. Did you install something from the plasma4 desktop?Originally posted by barraclm View PostNo issue with
sudo apt -f upgrade
sudo dpkg --configure -a
both complete without error. However,
using sudo apt install akonadiconsole
I get
The following packages have unmet dependencies:
akonadiconsole : Depends: kdepim-runtime but it is not going to be installed
Depends: libkf5messageviewer5 (>= 4:16.04.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Packages with depend on libkf5messageviewer5:
Packages on which libkf5messageviewer5 depends:Code:[B]$ apt-cache rdepends libkf5messageviewer5[/B] libkf5messageviewer5 Reverse Depends: libkf5messageviewer-dev libkf5templateparser5 libkf5messageviewer5-dbgsym kdepim-addons libkf5messagecomposer5 libkf5mailcommon5 kontact kmail kf5-messagelib-data kdepim-themeeditors kdepim-addons akonadiconsole kdepim-addons akregator akonadiconsole akonadi-import-wizard libkf5templateparser5 libkf5messagecomposer5 libkf5mailcommon5 kmail kdepim-themeeditors
libfk5messageviewer5 replaces libmessageviewer5 but breaks its dependencies. You might try uninstalling libmessageviewer5 and kdepim-addons and re-attempt installing akonadiconsole.Code:[B]$ apt-cache depends libkf5messageviewer5 [/B] libkf5messageviewer5 Depends: kf5-messagelib-data Depends: libc6 Depends: libgcc1 Depends: libgpgmepp6 Depends: libgrantlee-templates5 Depends: libgrantlee-textdocument5 Depends: libkf5akonadicontact5 Depends: libkf5akonadicore5 Depends: libkf5akonadimime5 Depends: libkf5codecs5 Depends: libkf5completion5 Depends: libkf5configcore5 Depends: libkf5configgui5 Depends: libkf5configwidgets5 Depends: libkf5contacts5 Depends: libkf5coreaddons5 Depends: libkf5grantleetheme5 Depends: libkf5gravatar5 Depends: libkf5i18n5 Depends: libkf5iconthemes5 Depends: libkf5jobwidgets5 Depends: libkf5kaddressbookgrantlee5 Depends: libkf5kiocore5 Depends: libkf5kiofilewidgets5 Depends: libkf5kiowidgets5 Depends: libkf5libkdepim5 Depends: libkf5libkdepimakonadi5 Depends: libkf5libkleo5 Depends: libkf5mailtransportakonadi5 Depends: libkf5mbox5 Depends: libkf5messagecore5 Depends: libkf5mime5 Depends: libkf5mimetreeparser5 Depends: libkf5pimcommon5 Depends: libkf5pimtextedit5 Depends: libkf5service5 Depends: libkf5syntaxhighlighting5 Depends: libkf5webengineviewer5 Depends: libkf5widgetsaddons5 Depends: libkf5windowsystem5 Depends: libkf5xmlgui5 Depends: libqgpgme7 Depends: libqt5core5a Depends: libqt5gui5 Depends: libqt5network5 Depends: libqt5printsupport5 Depends: libqt5webenginecore5 Depends: libqt5webenginewidgets5 Depends: libqt5widgets5 Depends: libstdc++6 [B] Breaks: kdepim-addons Breaks: <libmessageviewer5>[/B] Replaces: kdepim-addons Replaces: <libmessageviewer5>
- Top
- Bottom
Leave a comment:
-
oops! Thank you for adding to my understanding. However, no broken packages.
- Top
- Bottom
Leave a comment:
-
In muon is a “status” option called “Broken”. It *should* list broken packages and you can you can reinstall or remove them.
You can also try to install libk5messageviewer5 alone.
Sent from my iPhone using Tapatalk
- Top
- Bottom
Leave a comment:
-
No issue with
sudo apt -f upgrade
sudo dpkg --configure -a
both complete without error. However,
using sudo apt install akonadiconsole
I get
The following packages have unmet dependencies:
akonadiconsole : Depends: kdepim-runtime but it is not going to be installed
Depends: libkf5messageviewer5 (>= 4:16.04.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
- Top
- Bottom
Leave a comment:
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Leave a comment: