Announcement

Collapse
No announcement yet.

More package problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    More package problems

    Just upgraded my packages again and have some more package issues by the looks. I'm not going to force anything this time. Any ideas how to get around this?

    Code:
    sudo apt-get dist-upgrade
    [sudo] password for pnunn: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
     libmariadbclient18 : Depends: libmysqlclient18 (= 10.0.17+maria-1~trusty) but 5.6.23-1~exp1~ubuntu2 is installed
    E: Unmet dependencies. Try using -f.
    Code:
    sudo apt-get -f install                                                                                                                                                                                                                 100 ↵
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
      libasyncns0:i386 libjack-jackd2-0:i386 libsamplerate0:i386 libspeexdsp1:i386 libwrap0:i386
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      libmysqlclient18
    The following packages will be upgraded:
      libmysqlclient18
    1 to upgrade, 0 to newly install, 0 to remove and 22 not to upgrade.
    63 not fully installed or removed.
    Need to get 0 B/2,890 B of archives.
    After this operation, 4,002 kB disk space will be freed.
    Do you want to continue? [Y/n] 
    dpkg: error processing archive /var/cache/apt/archives/libmysqlclient18_10.0.17+maria-1~trusty_amd64.deb (--unpack):
     libmysqlclient18:amd64 10.0.17+maria-1~trusty (Multi-Arch: no) is not co-installable with libmysqlclient18 which has multiple installed instances
    Errors were encountered while processing:
     /var/cache/apt/archives/libmysqlclient18_10.0.17+maria-1~trusty_amd64.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Thanks.

    Peter

    #2
    You are updating the package cache before running dist-upgrade, yes?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Yep

      Comment


        #4
        he following packages have unmet dependencies:
        libmariadbclient18 : Depends: libmysqlclient18 (= 10.0.17+maria-1~trusty)
        You seem to have some Trusty repositories active. What is in your /etc/apt/sources.list file and what are the contents of any .list files in /etc/apt/sources.list.d
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          /etc/apt/sources.list is
          Code:
          # deb cdrom:[Kubuntu 15.04 _Vivid Vervet_ - Alpha amd64 (20150224.1)]/ vivid main multiverse restricted universe
          
          # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
          # newer versions of the distribution.
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid main restricted
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid main restricted
          
          ## Major bug fix updates produced after the final release of the
          ## distribution.
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-updates main restricted
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-updates main restricted
          
          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
          ## team. Also, please note that software in universe WILL NOT receive any
          ## review or updates from the Ubuntu security team.
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid universe
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid universe
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-updates universe
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-updates universe
          
          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
          ## team, and may not be under a free licence. Please satisfy yourself as to 
          ## your rights to use the software. Also, please note that software in 
          ## multiverse WILL NOT receive any review or updates from the Ubuntu
          ## security team.
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid multiverse
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid multiverse
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-updates multiverse
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-updates multiverse
          
          ## N.B. software from this repository may not have been tested as
          ## extensively as that contained in the main release, although it includes
          ## newer versions of some applications which may provide useful features.
          ## Also, please note that software in backports WILL NOT receive any review
          ## or updates from the Ubuntu security team.
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-backports main restricted universe multiverse
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-backports main restricted universe multiverse
          
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-security main restricted
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-security main restricted
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-security universe
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-security universe
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-security multiverse
          deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-security multiverse
          
          ## Uncomment the following two lines to add software from Canonical's
          ## 'partner' repository.
          ## This software is not part of Ubuntu, but is offered by Canonical and the
          ## respective vendors as a service to Ubuntu users.
          deb http://archive.canonical.com/ubuntu vivid partner
          deb http://mirror.internode.on.net/pub/ubuntu/ubuntu/ vivid-proposed main universe restricted multiverse
          # deb-src http://archive.canonical.com/ubuntu vivid partner
          deb http://mirror.aarnet.edu.au/pub/MariaDB/repo/10.0/ubuntu trusty main
          # deb-src http://mirror.aarnet.edu.au/pub/MariaDB/repo/10.0/ubuntu trusty main
          dropbox.list
          Code:
          deb [arch=i386,amd64] http://linux.dropbox.com/ubuntu vivid main
          google-chrome.list
          Code:
          deb http://dl.google.com/linux/chrome/deb/ stable main
          savoirfairelinux-ubuntu-ppa-vivid.list
          Code:
          deb http://ppa.launchpad.net/savoirfairelinux/ppa/ubuntu trusty main
          thad-fisch-ubuntu-freshplayerplugin-vivid.list
          Code:
          deb http://ppa.launchpad.net/thad-fisch/freshplayerplugin/ubuntu vivid main
          webupd8team-ubuntu-sublime-text-3-vivid.list
          Code:
          deb http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu vivid main
          xorg-edgers-ubuntu-ppa-vivid.list
          Code:
          deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu vivid main
          So yes, there are a couple of trusty repo's there because teh vivid ones don't exist yet.

          P.

          Comment


            #6
            There could be packages stuck in the build queue, which is a normal thing. Your internode mirror could also be a bit behind as well. You might might try changing to a normal mirror to see if that helps, and I'd definitely check out that trusty repo, mixing releases will definitely mess up dependencies

            Comment


              #7
              Originally posted by pnunn View Post
              So yes, there are a couple of trusty repo's there because teh vivid ones don't exist yet.

              P.
              Mixing release repositories is not a good idea, and especially so with a release that is still in development. I suggest that you comment those two trusty entries, then update the package cache and then run dist-upgrade.
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #8
                Thanks Snowhog, that did the trick. Will have to try and find another way to install mariadb then when I need it.

                Comment


                  #9
                  If it helps, mariadb is available in the standard repos

                  http://packages.ubuntu.com/search?su...ywords=mariadb

                  Comment


                    #10
                    Wow.. that does help claydoh, thanks. Didn't think it was in there.

                    Comment

                    Working...
                    X