Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Error, bug or something else

  1. #11
    Join Date
    May 2021
    Beans
    13

    Re: Error, bug or something else

    Every combination of commands I try ends with that message about unmet dependencies. All associated with one application that I can't seem to delete

  2. #12
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Error, bug or something else

    - Did you check that your file system is healthy according to the link in post #4 ?

    - Are you prepared to remove the programs installed via the non-ubuntu repositories and then remove those repositories? It can be a lot of work, and it may or may not help you solve the problem.



    Edit: At this point I would be happy if some other people will chip in and offer new ideas to try
    Last edited by sudodus; June 10th, 2021 at 10:21 AM.

  3. #13
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Error, bug or something else

    Quote Originally Posted by wilsojeffrey View Post
    Every combination of commands I try ends with that message about unmet dependencies. All associated with one application that I can't seem to delete
    The package manager seems like magic sometimes, but it just goes through the lists of dependencies for each package to create a dependency tree to help determine what it should do to achieve what you've asked it to do. Sometimes it gets confused and can't work it out (in this case, because you seem to have a different version of evolution-common than the other components of evolution).

    It's trying its hardest to remove evolution (because you've asked it to) but to keep all of the dependencies (because you haven't asked it to remove them). apt is only one front-end command for the APT system; there are others (like apt-get and aptitude) that make different choices about handling dependencies.

    Since you don't want evolution, one approach would be to tell apt that you don't want evolution's dependencies either:

    Code:
    sudo apt remove evolution evolution-common evolution-ews evolution-plugin-bogofilter evolution-plugin-pstimport evolution-plugins libevolution
    to see if that gets your package manager untangled.

  4. #14
    Join Date
    May 2021
    Beans
    13

    Re: Error, bug or something else

    That did it. Thank you so much, and to everyone who tried to help. If I was younger and had more time, I'd try to learn why. Cheers

  5. #15
    Join Date
    May 2021
    Beans
    13

    Re: Error, bug or something else

    Code:
    [sudo apt updateHit:1 http://au.archive.ubuntu.com/ubuntu focal InRelease
    Hit:2 http://dl.google.com/linux/chrome/deb stable InRelease                                                        
    Get:3 http://au.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]                                                  
    Get:4 http://au.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]                                                          
    Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]                      
    Hit:6 http://ppa.launchpad.net/audio-recorder/ppa/ubuntu focal InRelease
    Hit:7 http://ppa.launchpad.net/mscore-ubuntu/mscore-stable/ubuntu focal InRelease   
    Hit:8 http://ppa.launchpad.net/savoury1/digikam/ubuntu focal InRelease
    Fetched 328 kB in 2s (151 kB/s)                    
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    All packages are up to date.
    Last edited by deadflowr; June 10th, 2021 at 04:43 PM. Reason: fixed code tag brackets

  6. #16
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Error, bug or something else

    Thanks CatKiller, for the solution, and congratulations wilsojeffrey

    I would like to know how you found all those dependencies of evolution. Is there a general method (command or web-site)? Or did you simply look for packages with names containing evolution ... ?

  7. #17
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Error, bug or something else

    Quote Originally Posted by sudodus View Post
    Thanks CatKiller, for the solution, and congratulations wilsojeffrey

    I would like to know how you found all those dependencies of evolution. Is there a general method (command or web-site)? Or did you simply look for packages with names containing evolution ... ?
    The earlier code output provided showed which packages were having dependency problems.

  8. #18
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,820
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Error, bug or something else

    Quote Originally Posted by wilsojeffrey View Post
    Code:
    Unpacking evolution-common (3.36.5-0ubuntu1) over (3.36.4-0ubuntu1) ...
    dpkg: error processing archive /var/cache/apt/archives/evolution-common_3.36.5-0ubuntu1_all.deb (--unpack):
     failed to stat (dereference) existing symlink '/usr/share/help/sl/evolution/mail-encryption-gpg-decrypting.page': Input/output error
    That looks like the root cause of your problem. Input/output errors on filesystem access indicate filesystem damage, if not hard drive damage. I suggest you keep a close eye on your hard drive.

    https://help.ubuntu.com/community/Smartmontools

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •