Announcement

Collapse
No announcement yet.

apt-get install kphotoalbum wants to remove kdeplasma-addons ??

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

    apt-get install kphotoalbum wants to remove kdeplasma-addons ??

    Hello,

    I'm trying to install KphotoAlbum and it wants to remove kdeplasma-addons :-

    ---

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following extra packages will be installed:
    kipi-plugins libkdcraw3 libkexiv2-3 libkipi0 libmpg123-0 libqt3-mt-sqlite libsqlite0 mpg123
    sqlite
    Suggested packages:
    gimp gallery kipi-plugins-doc libjack0 sqlite-doc
    Recommended packages:
    kdeprint kooka
    The following packages will be REMOVED:
    kdeplasma-addons libkexiv2-7
    The following NEW packages will be installed:
    kipi-plugins kphotoalbum libkdcraw3 libkexiv2-3 libkipi0 libmpg123-0 libqt3-mt-sqlite
    libsqlite0 mpg123 sqlite
    0 upgraded, 10 newly installed, 2 to remove and 1 not upgraded.
    Need to get 20.6MB of archives.
    After this operation, 34.4MB of additional disk space will be used.
    Do you want to continue [Y/n]? n
    Abort.

    ---

    This doesn't seem normal, why would it want to remove kdeplasma-addons and how would do I get around that?

    Thanks for any help,
    Chris

    #2
    Re: apt-get install kphotoalbum wants to remove kdeplasma-addons ??

    What version of KDE are you using?
    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
      Re: apt-get install kphotoalbum wants to remove kdeplasma-addons ??

      I did the 4.2rc1 upgrade last week, however, I have not tried to install kphotoalbum until now.

      I also get the same thing when trying to install digiKam.

      Comment


        #4
        Re: apt-get install kphotoalbum wants to remove kdeplasma-addons ??

        I'm strongly inclined to believe that it's the result of your using KDE 4.2rc1. When I simulate installing KphotoAlbum, no packages are identified for removal. I'm running KDE 4.1.4.
        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
          Re: apt-get install kphotoalbum wants to remove kdeplasma-addons ??

          Yes I would like to confirm what caustin experienced is indeed true:
          Code:
          delbert@delbert:~$ sudo apt-get install kphotoalbum
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          The following packages were automatically installed and are no longer required:
           linux-headers-2.6.27-9-generic kdeplasma-addons-data linux-headers-2.6.27-9 gnome-icon-theme-gartoon
           edubuntu-artwork-usplash libfile-basedir-perl libfile-desktopentry-perl libboost-filesystem1.34.1
          Use 'apt-get autoremove' to remove them.
          The following extra packages will be installed:
           kipi-plugins libkdcraw3 libkexiv2-3 libkipi0 libqt3-mt-sqlite sane-utils
          Suggested packages:
           gallery kipi-plugins-doc unpaper
          Recommended packages:
           kdeprint kooka
          The following packages will be REMOVED:
           kdeplasma-addons libkexiv2-7
          The following NEW packages will be installed:
           kipi-plugins kphotoalbum libkdcraw3 libkexiv2-3 libkipi0 libqt3-mt-sqlite sane-utils
          0 upgraded, 7 newly installed, 2 to remove and 2 not upgraded.
          Need to get 20.1MB of archives.
          After this operation, 33.3MB of additional disk space will be used.
          Do you want to continue [Y/n]? n
          Abort.
          I run KDE 4.1.96 (KDE 4.2 RC1), which I am happy with till now.

          Cool,
          Isix
          Cheers,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Isix<br />______________________________________<br />&quot;Views and opinions expressed by me are not necessarily true --- they merely remain my views and opinions&quot;<br />______________________________________

          Comment


            #6
            Re: apt-get install kphotoalbum wants to remove kdeplasma-addons ??

            It is because of kipi-plugins

            kipi-plugins depends on libkexiv2-3
            kdeplasma-addons depends on libkexiv2-7

            Installing libkexiv2-3 will remove libkexiv2-7 ... and anything that depends on it (which is only kdeplama-addons)

            Comment

            Working...
            X