kcalc dependencies

H.S. hs.samix at gmail.com
Wed Mar 25 03:29:15 UTC 2009


Greg White wrote:
 > # aptutude -f install
> bash: aptutude: command not found
> # aptitude -f install
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Reading extended state information
> Initializing package states... Done
> No packages will be installed, upgraded, or removed.
> 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Need to get 0B of archives. After unpacking 0B will be used.
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Reading extended state information
> Initializing package states... Done
> 
> # aptitude why gstreamer0.10-plugins-base
> i   qtparted                 Depends gksu | kdebase-bin | kdebase-runtime | sux
> p   kdebase-runtime          Depends phonon (> 4:4.2.0)
> p   phonon                   Depends phonon-backend-gstreamer | phonon-backend
> p   phonon-backend-gstreamer Depends gstreamer0.10-plugins-base

Let's take this. This shows a chain that will lead to installation of
gstreamer0.10-plugins-base. So this is going like this:
kdebase-runtime <depeds on<  phonon <depends on<
phonon-backend-gstreamer <depends on< gstreamer0.10-plugins-base

So to install kdebase-runtime, you need gstreamer0.10-plugins-base.


> # aptitude why libgvfscommon0
> i   fvwm-crystal               Recommends audacious | mpd | cdcd | quodlibet
> p   quodlibet                  Depends    gstreamer0.10-plugins-base (>= 0.10.3)
> p   gstreamer0.10-plugins-base Recommends gvfs
> p   gvfs                       Depends    libgvfscommon0
> 

And since you already need gstreamer0.10-plugins-base, the above shows
that it depends on gvfs which in turn depends on libgvfscommon0, hence
you need libgvfscommon0 too.

If you want, you can confirm this way why you need all those packages
for kcalc.

So, it looks like you need to install all this stuff to get kcalc. What
I reported in an earlier post about my case of installing kcalc was
Hardy BTW.


-- 

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.





More information about the ubuntu-users mailing list