Announcement

Collapse
No announcement yet.

k3b bummin

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

    k3b bummin

    Everything was just groovin. 12.04 on a brand new solid state drive! Went to rip a CD and found that k3b didn't have the coveted .mp3 format. After a bit of battle, decided to uninstall and reinstall k3b. Maybe that would do it. Did an apt-get remove/install k3b. This downloaded over 3gb of files onto my 120gb hard drive. It also over-wrote KDE with Gnome, which crashed my machine! I ended up with a blank screen with a mouse cursor and no way to navigate to icons or anything. Fortunately, I had a ghost image on an external drive. Restored the drive using the ghost image. Deleted kb3 again, but this time I want to install k3b WITHOUT overwriting KDE with Gnome and ending up with a useless machine. Everything else is peachy keen.

    What am I doing wrong?


    #2
    What-How-Where

    What am I doing wrong?
    How are you doing it ?
    With what tools ?


    mp3

    A guide: http://www.kubuntuforums.net/entry.p...buntuGuide-org
    --> http://ubuntuguide.org/wiki/Kubuntuguide

    A package: kubuntu-restricted-extras
    Installing this package will pull in support for MP3 playback and decoding,
    Java runtime environment, Flash plugin, DVD playback, and LAME (to create
    compressed audio files)
    Another package: libk3b6-extracodecs
    The KDE CD/DVD burning application library - extra decoders
    K3b provides a comfortable user interface to perform most CD/DVD burning
    tasks. While the experienced user can take influence in all steps
    of the burning process the beginner may find comfort in the automatic settings
    and the reasonable k3b defaults which allow a quick start.
    .
    This package contains runtime libraries for the MP3 and FFMPEG decoder plugin.
    The libk3b6-extracodecs will be installed by the kubuntu-restricted-extras meta package /1/ but it can be installed as a standalone.

    Simulation

    At here:

    What will will happen if i remove/purge the k3b:
    :~$ sudo apt-get purge -s k3b
    [sudo] password for oneline:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages will be REMOVED:
    k3b*
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    Purg k3b [2.0.2-3ubuntu4]
    Only the k3b will be removed and the the k3b configuration files will be removed.

    Reinstallation simulation:
    :~$ sudo apt-get install --reinstall -s k3b
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
    Inst k3b [2.0.2-3ubuntu4] (2.0.2-3ubuntu4 Ubuntu:12.04/precise [amd64])
    Conf k3b (2.0.2-3ubuntu4 Ubuntu:12.04/precise [amd64])
    The Real Thing

    :~$ sudo apt-get purge k3b
    [sudo] password for oneline:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages will be REMOVED:
    k3b*
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    After this operation, 1,882 kB disk space will be freed.
    Do you want to continue [Y/n]? y
    (Reading database ... 177587 files and directories currently installed.)
    Removing k3b ...
    Purging configuration files for k3b ...
    Processing triggers for man-db ...

    :~$ sudo apt-get install k3b
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Suggested packages:
    k3b-extrathemes normalize-audio movixmaker-2 vcdimager
    The following NEW packages will be installed:
    k3b
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 485 kB of archives.
    After this operation, 1,882 kB of additional disk space will be used.
    Get:1 http://fi.archive.ubuntu.com/ubuntu/ precise/main k3b amd64 2.0.2-3ubuntu4 [485 kB]
    Fetched 485 kB in 3s (133 kB/s)
    Selecting previously unselected package k3b.
    (Reading database ... 177573 files and directories currently installed.)
    Unpacking k3b (from .../k3b_2.0.2-3ubuntu4_amd64.deb) ...
    Processing triggers for man-db ...
    Setting up k3b (2.0.2-3ubuntu4) ...
    No problems at here.


    apt-get

    man apt-get
    remove
    remove is identical to install except that packages are removed instead of installed. Note the
    removing a package leaves its configuration files in system. If a plus sign is appended to the
    package name (with no intervening space), the identified package will be installed instead of
    removed.

    purge
    purge is identical to remove except that packages are removed and purged (any configuration files
    are deleted too)

    -s, --simulate, --just-print, --dry-run, --recon, --no-act
    No action; perform a simulation of events that would occur but do not actually change the system.

    --reinstall
    Re-Install packages that are already installed and at the newest version.

    Links

    1. https://help.ubuntu.com/community/MetaPackages
    Last edited by OneLine; May 21, 2012, 10:37 AM.
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment


      #3
      Going to try your suggestions when I get home. All I did was sudo apt-get remove k3b and then sudo apt-get install k3b. Nothing crazy. Now if I type the same line [install] I can see what's coming down the pike. I just hit N instead of Y after scrolling thru. It's installing all kindsa gnome stuff and will take up over 3gb after all is said and done. I could live with that, if it left me with a functioning machine, but that's not what happened.

      Comment


        #4
        The mp3 codecs aren't installed by default because of licensing issues in some countries. You can install kubuntu-restricted-extras and it will install them and a bunch of other things. Once installed, you should be able to convert your mp3s to an audio cd via kb3. (without the codecs, it won't work in gnome, either).

        Comment


          #5
          no go

          Originally posted by vw72 View Post
          The mp3 codecs aren't installed by default because of licensing issues in some countries. You can install kubuntu-restricted-extras and it will install them and a bunch of other things. Once installed, you should be able to convert your mp3s to an audio cd via kb3. (without the codecs, it won't work in gnome, either).
          the sudo apt-get purge k3b worked. There are NO k3b files on my drive now, but when I do the apt-get install, it's trying to give me over 3gb of files and MANY of them are gnome files. Why this is happening? I have NO idea, but the last time, I let the apt-get install complete, I ended up with a useless machine. More than a little afraid to go thru that again. If k3b is this much trouble to get, is there something else I can use?
          For $20 NERO has a package. Is this my only option?

          Comment


            #6
            What are you trying to install -- what is the actual apt-get install line you are entering. You do not need Nero. Once you get your current apt-get install issue resolved, then you need to issue the following two commands:
            sudo apt-get install k3b
            sudo apt-get install kubuntu-restricted-extras

            after that you should be able to burn your mp3s as an audio cd.

            Comment


              #7
              Here's the laundry list I get

              dbc254@dbc254:/$ sudo apt-get install k3b
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              The following extra packages will be installed:
              abiword abiword-common abiword-plugin-grammar abiword-plugin-mathview
              aisleriot alacarte alien ant ant-doc ant-gcj ant-optional ant-optional-gcj
              antlr antlr3 antlr3-gcj apg aqbanking-tools arj asterisk asterisk-config
              asterisk-core-sounds-en-gsm asterisk-dahdi asterisk-dev asterisk-doc
              asterisk-modules asterisk-moh-opsound-gsm asterisk-ooh323 asterisk-voicemail
              at-spi2-core authbind bamfdaemon baobab binutils-multiarch blt blt-demo
              brasero brasero-cdrkit brasero-common browser-plugin-gnash
              browser-plugin-lightspark bsh bsh-doc bsh-gcj ca-certificates-java cheese
              cheese-common cli-common compiz compiz-core compiz-gnome compiz-plugins
              compiz-plugins-default compiz-plugins-main compiz-plugins-main-default
              compizconfig-backend-gconf compizconfig-settings-manager cpufrequtils cup
              cups-pk-helper dahdi dahdi-dkms dahdi-linux dconf-tools default-jdk
              default-jdk-doc default-jre default-jre-headless desktop-base devhelp
              devhelp-common dia dia-common dia-gnome dia-libs diffstat dkms dnet-common
              ecj ecj-gcj editra ekiga elfutils empathy empathy-call empathy-common eog
              epiphany-browser epiphany-browser-data epiphany-extensions equivs evince
              evince-common evolution evolution-common evolution-data-server
              evolution-data-server-common evolution-data-server-dbg evolution-dbg
              evolution-exchange evolution-exchange-dbg evolution-plugins
              evolution-plugins-experimental evolution-webcal fairymax fastjar file-roller
              firebird2.5-common firebird2.5-common-doc flac folks-common fonts-cantarell
              freeglut3 frei0r-plugins fxload gamin gcalctool gcj-4.6-base gcj-4.6-jdk
              gcj-4.6-jre gcj-4.6-jre-headless gcj-4.6-jre-lib gcj-4.6-source gcj-jdk
              gcj-jre gcj-jre-headless gdebi gdebi-core gdm gedit gedit-common
              gedit-plugins geoclue geoclue-ubuntu-geoip gir1.2-accountsservice-1.0
              gir1.2-atspi-2.0 gir1.2-caribou-1.0 gir1.2-clutter-1.0
              gir1.2-clutter-gst-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0
              gir1.2-dbusmenu-glib-0.4 gir1.2-dee-1.0 gir1.2-evince-3.0 gir1.2-folks-0.6
              gir1.2-gconf-2.0 gir1.2-gdesktopenums-3.0 gir1.2-gee-1.0 gir1.2-gjsdbus-1.0
              gir1.2-gkbd-3.0 gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0
              gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-gtkclutter-1.0
              gir1.2-gtksource-3.0 gir1.2-gucharmap-2.90 gir1.2-indicate-0.7
              gir1.2-javascriptcoregtk-3.0 gir1.2-json-1.0 gir1.2-mutter-3.0
              gir1.2-networkmanager-1.0 gir1.2-notify-0.7 gir1.2-panelapplet-4.0
              gir1.2-peas-1.0 gir1.2-polkit-1.0 gir1.2-rb-3.0 gir1.2-soup-2.4
              gir1.2-telepathyglib-0.12 gir1.2-telepathylogger-0.2 gir1.2-totem-1.0
              gir1.2-totem-plparser-1.0 gir1.2-ubuntuoneui-3.0 gir1.2-unity-5.0
              gir1.2-upowerglib-1.0 gir1.2-webkit-3.0 gir1.2-wnck-3.0 gir1.2-xkl-1.0 gjs
              glchess glew-utils glines gnash gnash-common gnect gnibbles gnobots2 gnome
              gnome-accessibility-themes gnome-applets gnome-applets-data
              gnome-backgrounds gnome-bluetooth gnome-cards-data gnome-contacts
              gnome-control-center gnome-control-center-data gnome-core gnome-desktop-data
              gnome-desktop3-data gnome-dictionary gnome-disk-utility gnome-font-viewer
              gnome-games gnome-games-data gnome-games-extra-data gnome-hearts
              gnome-icon-theme-extras gnome-icon-theme-full gnome-icon-theme-symbolic
              gnome-js-common gnome-mag gnome-media gnome-menus gnome-mime-data
              gnome-nettool gnome-online-accounts gnome-orca gnome-panel gnome-panel-data
              gnome-power-manager gnome-screensaver gnome-screenshot gnome-search-tool
              gnome-session gnome-session-bin gnome-session-common gnome-session-fallback
              gnome-settings-daemon gnome-shell gnome-shell-common gnome-sudoku
              gnome-sushi gnome-system-log gnome-system-monitor gnome-system-tools
              gnome-terminal gnome-terminal-data gnome-themes-standard gnome-tweak-tool
              gnome-user-guide gnome-user-share gnome-video-effects
              gnome-video-effects-frei0r gnomine gnotravex gnotski gnucash gnucash-common
              gnucash-docs gnuchess gnuchess-book gnugk gnumeric gnumeric-common
              gnumeric-doc gnumeric-plugins-extra gromit gsl-ref-psdoc gstreamer0.10-doc
              gstreamer0.10-gconf gtali gtk2-engines gucharmap guile-1.8 guile-1.8-doc
              guile-1.8-doc-non-dfsg guile-1.8-libs gv gvfs-backends gvfs-bin
              gwenhywfar-tools hamster-applet heirloom-mailx hwdata iagno
              icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-6-plugin icedtea-netx
              icedtea-netx-common icedtea-plugin indicator-applet-complete
              indicator-application indicator-appmenu indicator-datetime
              indicator-messages indicator-power indicator-printers indicator-session
              indicator-sound indicator-status-provider-mc5
              indicator-status-provider-pidgin inkscape java-common javacc javacc-doc
              javahelp2 javahelp2-doc jetty jlex jsvc junit junit-doc junit4 jython
              jython-doc k3b-data k3b-extrathemes konq-plugins konqueror
              konqueror-nsplugins ktoblzcheck launchpad-integration lha libabiword-2.9
              libantlr-java libao4 libapache-pom-java libapache2-mod-dnssd
              libappindicator0.1-cil libappindicator1 libappindicator3-1 libapt-pkg-perl
              libaqbanking-data libaqbanking-plugins-libgwenhywfar60 libaqbanking33
              libaqbanking33-plugins libaqhbci20 libaqofxconnect7 libart2.0-cil libasm1
              libasm3-java libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-doc
              libatkmm-1.6-1 libatspi1.0-0 libatspi2.0-0 libaudio-scrobbler-perl
              libavahi-gobject0 libavahi-ui-gtk3-0 libavalon-framework-java
              libavalon-framework-java-doc libbamf3-0 libbcel-java libbcel-java-doc
              libbonobo2-0 libbonobo2-bin libbonobo2-common libbonoboui2-0
              libbonoboui2-common libboost-filesystem1.46.1 libboost-serialization1.46.1
              libboost-signals1.46.1 libboost-system1.46.1 libboost-thread1.46.1
              libbrasero-media3-1 libbsf-java libburn4 libc6-dbg libcache-memcached-perl
              libcairomm-1.0-1 libcamel-1.2-29 libcanberra-gtk-module libcanberra-gtk0
              libcanberra-gtk3-0 libcanberra-gtk3-module libcaribou-common libcaribou0
              libcdio-paranoia1 libcfg4 libcheese-gtk21 libcheese3 libchipcard-data
              libchipcard-libgwenhywfar60-plugins libchipcard6 libclone-perl
              libclutter-1.0-0 libclutter-1.0-common libclutter-gst-1.0-0
              libclutter-gtk-1.0-0 libclutter-imcontext-0.1-0 libcluttergesture-0.0.2-0
              libcogl-common libcogl-pango0 libcogl9 libcolamd2.7.1
              libcommons-collections3-java libcommons-collections3-java-doc
              libcommons-daemon-java libcommons-dbcp-java libcommons-logging-java
              libcommons-logging-java-doc libcommons-net-java libcommons-net1-java
              libcommons-parent-java libcommons-pool-java libcompizconfig0 libconfdb4
              libconfig-inifiles-perl libconstantine-java libcoroipcc4 libcoroipcs4
              libcorosync4 libcpg4 libcpufreq0 libcrypt-ssleay-perl libcurl3-nss
              libdate-manip-perl libdbd-mysql libdbd-pgsql libdbd-sqlite3 libdbi1
              libdbus-glib1.0-cil libdbus1.0-cil libdecoration0 libdee-1.0-4
              libdevhelp-3-0 libdmapsharing-3.0-2 libdnet libdrm-dev libebackend-1.2-1
              libebook-1.2-12 libecal-1.2-10 libecj-java libecj-java-gcj
              libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver-1.2-15
              libedataserverui-3.0-1 libemail-valid-perl libequinox-osgi-java
              libevent-2.0-5 libevince3-3 libevolution libevs4 libexcalibur-logkit-java
              libexempi3 libfbclient2 libfelix-framework-java libfelix-framework-java-doc
              libfelix-main-java libfelix-main-java-doc libffi-dev libfinance-quote-perl
              libfishsound1 libfolks-eds25 libfolks-telepathy25 libfolks25 libgail-3-0
              libgamin0 libgavl1 libgc1c2 libgcj-bc libgcj-common libgcj-doc libgcj12
              libgcj12-awt libgcj12-dbg libgcj12-dev libgconf2.0-cil libgdata-common
              libgdata13 libgdict-1.0-6 libgdict-common libgdiplus libgdome2-0
              libgdome2-cpp-smart0c2a libgdu-gtk0 libgee2 libgeronimo-jta-1.1-spec-java
              libgexiv2-1 libgjs0c libgl1-mesa-dev libgl1-mesa-glx libgl1-mesa-glx:i386
              libglade2.0-cil libglapi-mesa libglapi-mesa:i386 libgle3 libglew1.6
              libglewmx1.6 libglib2.0-bin libglib2.0-cil libglib2.0-dev libglib2.0-doc
              libglibmm-2.4-1c2a libglu1-mesa libglu1-mesa:i386 libglu1-mesa-dev
              libgmime-2.6-0 libgmime2.6-cil libgnome-bluetooth8 libgnome-control-center1
              libgnome-desktop-3-2 libgnome-mag2 libgnome-media-profiles-3.0-0
              libgnome-menu-3-0 libgnome-menu2 libgnome-vfs2.0-cil libgnome2-0
              libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl
              libgnome2.24-cil libgnomekbd-common libgnomekbd7 libgnomeui-0
              libgnomeui-common libgnomevfs2-0 libgnomevfs2-bin libgnomevfs2-common
              libgnomevfs2-extra libgnuinet-java libgnujaf-java libgnujaf-java-doc
              libgnumail-java libgnumail-java-doc libgoa-1.0-0 libgoa-1.0-common
              libgoffice-0.8-8 libgoffice-0.8-8-common libgpod-common libgpod4 libgrip0
              libgsf-1-114 libgsf-1-common libgsl0ldbl libgstreamer-plugins-base0.10-dev
              libgstreamer0.10-dev libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk-3-doc
              libgtk-vnc-2.0-0 libgtk2-gladexml-perl libgtk2.0-cil libgtk2.0-doc
              libgtkhtml-4.0-0 libgtkhtml-4.0-common libgtkhtml-editor-4.0-0
              libgtkmathview0c2a libgtkmm-2.4-1c2a libgtkmm-3.0-1 libgtksourceview-3.0-0
              libgtksourceview-3.0-common libgtkspell0 libgucharmap-2-90-7 libgvnc-1.0-0
              libgweather-3-0 libgweather-common libgwengui-gtk2-0 libgwenhywfar-data
              libgwenhywfar60 libgwenhywfar60-dbg libh323-1.21.0 libhamcrest-java
              libhessian-java libhessian-java-doc libhsqldb-java libhsqldb-java-doc
              libhsqldb-java-gcj libhtml-element-extended-perl libhtml-tableextract-perl
              libibus-1.0-0 libice-dev libid3tag0 libidl-common libidl0 libido3-0.1-0
              libiksemel3 libindicate-gtk3 libindicator-messages-status-provider1
              libindicator3-7 libindicator7 libio-pty-perl libipc-run-perl libisofs6
              libjavascriptcoregtk-3.0-0 libjaxp1.3-java libjaxp1.3-java-gcj
              libjdepend-java libjetty-extra libjetty-extra-java libjetty-java
              libjetty-java-doc libjline-java libjline-java-doc libjna-java
              libjna-java-doc libjna-posix-java libjpeg-progs libjpeg-turbo-progs
              libjsch-java libjson-glib-1.0-0 libjte1 libk3b6 libk3b6-extracodecs libkms1
              libkonqsidebarplugin4a libktoblzcheck1c2a liblaunchpad-integration-3.0-1
              liblaunchpad-integration-common liblaunchpad-integration1
              liblaunchpad-integration1.0-cil liblightdm-gobject-1-0 liblink-grammar4
              liblog4j1.2-java liblog4j1.2-java-doc liblogsys4 liblouis-data liblouis2
              libmemcached6 libmetacity-private0 libminiupnpc8
              libmono-accessibility2.0-cil libmono-addins-gui0.2-cil libmono-addins0.2-cil
              libmono-cairo4.0-cil libmono-cecil-private-cil libmono-corlib2.0-cil
              libmono-corlib4.0-cil libmono-data-tds2.0-cil libmono-data-tds4.0-cil
              libmono-i18n-cjk4.0-cil libmono-i18n-mideast4.0-cil
              libmono-i18n-other4.0-cil libmono-i18n-rare4.0-cil libmono-i18n-west2.0-cil
              libmono-i18n-west4.0-cil libmono-i18n2.0-cil libmono-i18n4.0-all
              libmono-i18n4.0-cil libmono-messaging2.0-cil libmono-posix2.0-cil
              libmono-posix4.0-cil libmono-security2.0-cil libmono-security4.0-cil
              libmono-sharpzip2.84-cil libmono-sharpzip4.84-cil libmono-sqlite2.0-cil
              libmono-sqlite4.0-cil libmono-system-configuration4.0-cil
              libmono-system-core4.0-cil libmono-system-data-linq2.0-cil
              libmono-system-data2.0-cil libmono-system-data4.0-cil
              libmono-system-drawing4.0-cil libmono-system-enterpriseservices4.0-cil
              libmono-system-messaging2.0-cil libmono-system-security4.0-cil
              libmono-system-transactions4.0-cil
              libmono-system-web-applicationservices4.0-cil
              libmono-system-web-services4.0-cil libmono-system-web2.0-cil
              libmono-system-web4.0-cil libmono-system-xml4.0-cil libmono-system2.0-cil
              libmono-system4.0-cil libmono-wcf3.0-cil libmono-web4.0-cil
              libmono-webbrowser2.0-cil libmono-winforms2.0-cil libmono2.0-cil
              libmozjs185-1.0 libmuroar0 libmusicbrainz4-3 libmutter0 libmx-1.0-2
              libmx4j-java libmysql-java libnautilus-extension1a libnb-platform12-java
              libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libnet-dbus-perl
              libnet-domain-tld-perl libnm-gtk-common libnm-gtk0 libnotify0.4-cil
              libnux-2.0-0 libnux-2.0-common liboauth0 libofx4 liboggz2 liboobs-1-5
              libopal3.10.2 libopencv-calib3d2.3 libopencv-core2.3 libopencv-features2d2.3
              libopencv-flann2.3 libopencv-highgui2.3 libopencv-imgproc2.3
              libopencv-objdetect2.3 libopenh323-1.18.0 libopenr2-3 liborbit2 liboro-java
              libosip2-4 libots0 libpackagekit-glib2-14 libpanel-applet-4-0
              libpango1.0-doc libpangomm-1.4-1 libparse-yapp-perl libpcre3-dev libpcrecpp0
              libpeas-1.0-0 libpeas-common libpg-java libpkcs11-helper1 libpload4
              libportaudio2 libpostgresql-jdbc-java libpri1.4 libprotobuf7 libprotoc7
              libpst4 libpt-1.10.10 libpt-1.10.10-plugins-alsa libpt-1.10.10-plugins-v4l2
              libpt2.10.2 libpt2.4.5 libpthread-stubs0 libpthread-stubs0-dev libqt3-mt
              libqt3-mt-mysql libqt3-mt-psql libquorum4 libquvi-scripts libquvi7
              libradiusclient-ng2 libraw5 libreadline-java libreadline-java-doc
              libregexp-java libreoffice-base libreoffice-evolution libreoffice-gnome
              libreoffice-gtk libreoffice-java-common libreoffice-style-tango libresample1
              librest-0.7-0 librhino-java librhino-java-doc librhythmbox-core5
              libroar-compat1 libroar1 librpm2 librpmbuild2 librpmio2 librpmsign0
              libsaclm3 libsaevt3 libsam4 libseed-gtk3-0 libservlet2.5-java
              libservlet2.5-java-doc libslf4j-java libsm-dev libsox-fmt-all
              libsox-fmt-alsa libsox-fmt-ao libsox-fmt-base libsox-fmt-ffmpeg
              libsox-fmt-mp3 libsox-fmt-oss libsox-fmt-pulse libsox1b libsqlite0 libsrtp0
              libss7-1 libstring-crc32-perl libstringtemplate-java libsvg-perl
              libswing-layout-java libswing-layout-java-doc libsybdb5 libsyncdaemon-1.0-1
              libt1-5 libtcnative-1 libtelepathy-farstream2 libtelepathy-logger2
              libtext-template-perl libtidy-0.99-0 libtie-ixhash-perl libtimezonemap1
              libtomcat6-java libtonezone2.0 libtotem-pg4 libtotem-plparser17 libtotem0
              libubuntuoneui-3.0-1 libunicode-map8-perl libunicode-string-perl
              libunique-1.0-0 libunique-3.0-0 libunity-core-5.0-5 libunity-misc4 libunity9
              libutouch-evemu1 libutouch-frame1 libutouch-geis1 libutouch-grail1
              libvotequorum4 libvpb0 libwacom-common libwacom2 libwebkit1.1-cil
              libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwnck-3-0 libwnck-3-common
              libwnck-common libwnck22 libwv-1.2-4 libwxbase2.8-dev libwxgtk2.8-dev
              libx11-dev libx11-doc libxalan2-java libxalan2-java-doc libxau-dev
              libxcb-doc libxcb1-dev libxdmcp-dev libxerces2-java libxerces2-java-doc
              libxerces2-java-gcj libxext-dev libxklavier16 libxml++2.6-2
              libxml-commons-external-java libxml-commons-resolver1.1-java
              libxml-commons-resolver1.1-java-doc libxml-dom-perl libxml-perl
              libxml-regexp-perl libxml-twig-perl libxml-xpath-perl libxml-xql-perl
              libxml2 libxml2:i386 libxml2-dev libxml2-doc libxres1 libxsltc-java
              libxt-dev libyaml-syck-perl libyate2.2.0 libyelp0 libytnef0
              libzeitgeist-1.0-1 liferea liferea-data lightdm lightsoff lightspark-common
              link-grammar-dictionaries-en lintian lp-solve lzip lziprecover lzop mahjongg
              media-player-info memcached menu-xdg mesa-common-dev metacity
              metacity-common minissdpd module-assistant mono-4.0-gac mono-gac
              mono-runtime monodoc-base monodoc-browser monodoc-gtk2.0-manual
              monodoc-manual monodoc-nunit-manual monodoc-webkit-manual mousetweaks
              movixmaker-2 mpg321 mutter-common mysql-server mysql-server-5.5 nautilus
              nautilus-data nautilus-sendto nautilus-sendto-empathy ncompress
              network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome
              network-manager-pptp-gnome network-manager-vpnc network-manager-vpnc-gnome
              normalize-audio notification-daemon nux-tools ofx openjdk-6-demo
              openjdk-6-doc openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless
              openjdk-6-jre-lib openjdk-6-source openslp-doc openvpn patchutils pidgin
              pidgin-data pidgin-libnotify planner planner-data planner-doc postgresql
              protobuf-compiler pxlib1 python-aptdaemon.pkcompat python-beaker
              python-brlapi python-compizconfig python-configglue python-dirspec
              python-egenix-mx-base-dbg python-egenix-mx-base-dev python-egenix-mxbeebase
              python-egenix-mxbeebase-doc python-egenix-mxdatetime
              python-egenix-mxdatetime-doc python-egenix-mxproxy python-egenix-mxproxy-doc
              python-egenix-mxqueue python-egenix-mxqueue-doc python-egenix-mxstack
              python-egenix-mxstack-doc python-egenix-mxtexttools
              python-egenix-mxtexttools-doc python-egenix-mxtools
              python-egenix-mxtools-doc python-egenix-mxuid python-egenix-mxuid-doc
              python-egenix-mxurl python-egenix-mxurl-doc python-evolution python-gconf
              python-gi python-gi-cairo python-gi-dbg python-gi-dev python-glade2
              python-gmenu python-gnome2 python-gnome2-doc python-gnomekeyring
              python-gobject-2-dbg python-gobject-2-dev python-gobject-dbg
              python-gobject-dev python-gst0.10 python-gst0.10-dbg python-gst0.10-dev
              python-gtk2-doc python-kinterbasdb python-libxml2 python-louis python-lxml
              python-lxml-dbg python-mako python-mako-doc python-markupsafe python-mysqldb
              python-mysqldb-dbg python-notify python-opengl python-openssl
              python-openssl-dbg python-openssl-doc python-packagekit python-pam
              python-pam-dbg python-protobuf python-psycopg2 python-psycopg2-doc
              python-pyatspi2 python-pyinotify python-pyinotify-doc python-pylibmc
              python-pymssql python-pyorbit python-pyorbit-dbg python-qt3 python-qt3-doc
              python-qt3-gl python-serial python-speechd python-sqlalchemy
              python-sqlalchemy-doc python-sqlalchemy-ext python-tk python-twisted-bin
              python-twisted-bin-dbg python-twisted-core python-twisted-names
              python-twisted-web python-ubuntu-sso-client python-ubuntuone-client
              python-ubuntuone-storageprotocol python-uniconvertor python-uniconvertor-dbg
              python-wnck python-wxgtk2.8 python-wxversion python-zeitgeist
              python-zope.interface-dbg python3 python3-beaker python3-doc
              python3-examples python3-mako python3-markupsafe python3-minimal
              python3-pkg-resources python3-setuptools python3-sqlalchemy python3-tk
              python3-tk-dbg python3.2 python3.2-doc python3.2-examples python3.2-minimal
              quadrapassel rdesktop rhino rhythmbox rhythmbox-data rhythmbox-mozilla
              rhythmbox-plugin-cdrecorder rhythmbox-plugin-zeitgeist rhythmbox-plugins
              rhythmbox-ubuntuone roaraudio rpm rpm-common rpm-i18n rpm2cpio rtpproxy rzip
              seahorse ser ser-cpl-module ser-jabber-module ser-mysql-module ser-pa-module
              ser-radius-modules sessioninstaller sharutils shotwell simph323 simple-scan
              siproxd slib slpd socat sound-juicer sox srtp-utils swell-foop
              system-config-printer-gnome system-tools-backends tango-icon-theme tasque
              tcl8.5 telepathy-idle telepathy-indicator telepathy-logger telepathy-salut
              tinyca tix tk8.5 tomboy tomcat6 tomcat6-admin tomcat6-common tomcat6-docs
              tomcat6-examples tomcat6-user totem totem-common totem-mozilla totem-plugins
              transmission-common transmission-gtk ttf-bengali-fonts ttf-dejavu
              ttf-dejavu-extra ttf-kannada-fonts ttf-lyx ttf-oriya-fonts ttf-telugu-fonts
              tzdata-java ubuntu-docs ubuntu-sso-client ubuntu-sso-client-gtk
              ubuntu-system-service ubuntuone-client ubuntuone-client-dbg
              ubuntuone-client-proxy ubuntuone-installer unace unalz unity
              unity-asset-pool unity-common unity-greeter unity-lens-applications
              unity-lens-files unity-lens-music unity-lens-video unity-scope-musicstores
              unity-scope-video-remote unity-services uswsusp vinagre vino visualvm
              vorbis-tools vpb-driver-source vpb-utils vpnc whois wx-common wx2.8-doc
              wx2.8-examples wx2.8-headers x11proto-core-dev x11proto-input-dev
              x11proto-kb-dev x11proto-xext-dev xboard xdg-user-dirs-gtk xfonts-100dpi
              xml-twig-tools xorg-sgml-doctools xtrans-dev yate yate-core yelp yelp-xsl
              zeitgeist zeitgeist-core zeitgeist-datahub zenity zenity-common zoo
              Suggested packages:
              lsb-rpm libdvdcss2 readom gnome-themes java-compiler mediaproxy gok
              gnome-netstatus-applet deskbar-applet gnome2-user-guide ohphone
              ohphone-basic libsndio0 roaraudio-server java-virtual-machine
              libgeronimo-jta-1.0.1b-spec-java libgeronimo-jta-java-doc
              libnb-platform11-java-doc libqt3-mt-odbc libreoffice-gcj xlibmesa-glu-dev
              libglu-dev doc-html-w3 libmemcached monodoc-gtk-manual monodoc-gecko-manual
              mailx sun-java6-fonts python-egenix-mxbeebase-dbg
              python-egenix-mxdatetime-dbg python-egenix-mxproxy-dbg
              python-egenix-mxqueue-dbg python-egenix-mxstack-dbg
              python-egenix-mxtexttools-dbg python-egenix-mxtools-dbg
              python-egenix-mxuid-dbg python-egenix-mxurl-dbg gnome-codec-install
              seahorse-plugins gstreamer0.10-lame gstreamer0.10-plugins-really-bad
              kdelibs-data
              Recommended packages:
              java-gcj-compat libgluezilla xml-core:i386 ubuntu-sso-client-gui
              The following packages will be REMOVED:
              libgpod4-nogtk
              The following NEW packages will be installed:
              abiword abiword-common abiword-plugin-grammar abiword-plugin-mathview
              aisleriot alacarte alien ant ant-doc ant-gcj ant-optional ant-optional-gcj
              antlr antlr3 antlr3-gcj apg aqbanking-tools arj asterisk asterisk-config
              asterisk-core-sounds-en-gsm asterisk-dahdi asterisk-dev asterisk-doc
              asterisk-modules asterisk-moh-opsound-gsm asterisk-ooh323 asterisk-voicemail
              at-spi2-core authbind bamfdaemon baobab binutils-multiarch blt blt-demo
              brasero brasero-cdrkit brasero-common browser-plugin-gnash
              browser-plugin-lightspark bsh bsh-doc bsh-gcj ca-certificates-java cheese
              cheese-common cli-common compiz compiz-core compiz-gnome compiz-plugins
              compiz-plugins-default compiz-plugins-main compiz-plugins-main-default
              compizconfig-backend-gconf compizconfig-settings-manager cpufrequtils cup
              cups-pk-helper dahdi dahdi-dkms dahdi-linux dconf-tools default-jdk
              default-jdk-doc default-jre default-jre-headless desktop-base devhelp
              devhelp-common dia dia-common dia-gnome dia-libs diffstat dkms dnet-common
              ecj ecj-gcj editra ekiga elfutils empathy empathy-call empathy-common eog
              epiphany-browser epiphany-browser-data epiphany-extensions equivs evince
              evince-common evolution evolution-common evolution-data-server
              evolution-data-server-common evolution-data-server-dbg evolution-dbg
              evolution-exchange evolution-exchange-dbg evolution-plugins
              evolution-plugins-experimental evolution-webcal fairymax fastjar file-roller
              firebird2.5-common firebird2.5-common-doc flac folks-common fonts-cantarell
              freeglut3 frei0r-plugins fxload gamin gcalctool gcj-4.6-base gcj-4.6-jdk
              gcj-4.6-jre gcj-4.6-jre-headless gcj-4.6-jre-lib gcj-4.6-source gcj-jdk
              gcj-jre gcj-jre-headless gdebi gdebi-core gdm gedit gedit-common
              gedit-plugins geoclue geoclue-ubuntu-geoip gir1.2-accountsservice-1.0
              gir1.2-atspi-2.0 gir1.2-caribou-1.0 gir1.2-clutter-1.0
              gir1.2-clutter-gst-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0
              gir1.2-dbusmenu-glib-0.4 gir1.2-dee-1.0 gir1.2-evince-3.0 gir1.2-folks-0.6
              gir1.2-gconf-2.0 gir1.2-gdesktopenums-3.0 gir1.2-gee-1.0 gir1.2-gjsdbus-1.0
              gir1.2-gkbd-3.0 gir1.2-gmenu-3.0 gir1.2-gnomebluetooth-1.0
              gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-gtkclutter-1.0
              gir1.2-gtksource-3.0 gir1.2-gucharmap-2.90 gir1.2-indicate-0.7
              gir1.2-javascriptcoregtk-3.0 gir1.2-json-1.0 gir1.2-mutter-3.0
              gir1.2-networkmanager-1.0 gir1.2-notify-0.7 gir1.2-panelapplet-4.0
              gir1.2-peas-1.0 gir1.2-polkit-1.0 gir1.2-rb-3.0 gir1.2-soup-2.4
              gir1.2-telepathyglib-0.12 gir1.2-telepathylogger-0.2 gir1.2-totem-1.0
              gir1.2-totem-plparser-1.0 gir1.2-ubuntuoneui-3.0 gir1.2-unity-5.0
              gir1.2-upowerglib-1.0 gir1.2-webkit-3.0 gir1.2-wnck-3.0 gir1.2-xkl-1.0 gjs
              glchess glew-utils glines gnash gnash-common gnect gnibbles gnobots2 gnome
              gnome-accessibility-themes gnome-applets gnome-applets-data
              gnome-backgrounds gnome-bluetooth gnome-cards-data gnome-contacts
              gnome-control-center gnome-control-center-data gnome-core gnome-desktop-data
              gnome-desktop3-data gnome-dictionary gnome-disk-utility gnome-font-viewer
              gnome-games gnome-games-data gnome-games-extra-data gnome-hearts
              gnome-icon-theme-extras gnome-icon-theme-full gnome-icon-theme-symbolic
              gnome-js-common gnome-mag gnome-media gnome-menus gnome-mime-data
              gnome-nettool gnome-online-accounts gnome-orca gnome-panel gnome-panel-data
              gnome-power-manager gnome-screensaver gnome-screenshot gnome-search-tool
              gnome-session gnome-session-bin gnome-session-common gnome-session-fallback
              gnome-settings-daemon gnome-shell gnome-shell-common gnome-sudoku
              gnome-sushi gnome-system-log gnome-system-monitor gnome-system-tools
              gnome-terminal gnome-terminal-data gnome-themes-standard gnome-tweak-tool
              gnome-user-guide gnome-user-share gnome-video-effects
              gnome-video-effects-frei0r gnomine gnotravex gnotski gnucash gnucash-common
              gnucash-docs gnuchess gnuchess-book gnugk gnumeric gnumeric-common
              gnumeric-doc gnumeric-plugins-extra gromit gsl-ref-psdoc gstreamer0.10-doc
              gstreamer0.10-gconf gtali gtk2-engines gucharmap guile-1.8 guile-1.8-doc
              guile-1.8-doc-non-dfsg guile-1.8-libs gv gvfs-backends gvfs-bin
              gwenhywfar-tools hamster-applet heirloom-mailx hwdata iagno
              icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-6-plugin icedtea-netx
              icedtea-netx-common icedtea-plugin indicator-applet-complete
              indicator-application indicator-appmenu indicator-datetime
              indicator-messages indicator-power indicator-printers indicator-session
              indicator-sound indicator-status-provider-mc5
              indicator-status-provider-pidgin inkscape java-common javacc javacc-doc
              javahelp2 javahelp2-doc jetty jlex jsvc junit junit-doc junit4 jython
              jython-doc k3b k3b-data k3b-extrathemes konq-plugins konqueror
              konqueror-nsplugins ktoblzcheck launchpad-integration lha libabiword-2.9
              libantlr-java libao4 libapache-pom-java libapache2-mod-dnssd
              libappindicator0.1-cil libappindicator1 libappindicator3-1 libapt-pkg-perl
              libaqbanking-data libaqbanking-plugins-libgwenhywfar60 libaqbanking33
              libaqbanking33-plugins libaqhbci20 libaqofxconnect7 libart2.0-cil libasm1
              libasm3-java libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-doc
              libatkmm-1.6-1 libatspi1.0-0 libatspi2.0-0 libaudio-scrobbler-perl
              libavahi-gobject0 libavahi-ui-gtk3-0 libavalon-framework-java
              libavalon-framework-java-doc libbamf3-0 libbcel-java libbcel-java-doc
              libbonobo2-0 libbonobo2-bin libbonobo2-common libbonoboui2-0
              libbonoboui2-common libboost-filesystem1.46.1 libboost-serialization1.46.1
              libboost-signals1.46.1 libboost-system1.46.1 libboost-thread1.46.1
              libbrasero-media3-1 libbsf-java libburn4 libc6-dbg libcache-memcached-perl
              libcairomm-1.0-1 libcamel-1.2-29 libcanberra-gtk-module libcanberra-gtk0
              libcanberra-gtk3-0 libcanberra-gtk3-module libcaribou-common libcaribou0
              libcdio-paranoia1 libcfg4 libcheese-gtk21 libcheese3 libchipcard-data
              libchipcard-libgwenhywfar60-plugins libchipcard6 libclone-perl
              libclutter-1.0-0 libclutter-1.0-common libclutter-gst-1.0-0
              libclutter-gtk-1.0-0 libclutter-imcontext-0.1-0 libcluttergesture-0.0.2-0
              libcogl-common libcogl-pango0 libcogl9 libcolamd2.7.1
              libcommons-collections3-java libcommons-collections3-java-doc
              libcommons-daemon-java libcommons-dbcp-java libcommons-logging-java
              libcommons-logging-java-doc libcommons-net-java libcommons-net1-java
              libcommons-parent-java libcommons-pool-java libcompizconfig0 libconfdb4
              libconfig-inifiles-perl libconstantine-java libcoroipcc4 libcoroipcs4
              libcorosync4 libcpg4 libcpufreq0 libcrypt-ssleay-perl libcurl3-nss
              libdate-manip-perl libdbd-mysql libdbd-pgsql libdbd-sqlite3 libdbi1
              libdbus-glib1.0-cil libdbus1.0-cil libdecoration0 libdee-1.0-4
              libdevhelp-3-0 libdmapsharing-3.0-2 libdnet libdrm-dev libebackend-1.2-1
              libebook-1.2-12 libecal-1.2-10 libecj-java libecj-java-gcj
              libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver-1.2-15
              libedataserverui-3.0-1 libemail-valid-perl libequinox-osgi-java
              libevent-2.0-5 libevince3-3 libevolution libevs4 libexcalibur-logkit-java
              libexempi3 libfbclient2 libfelix-framework-java libfelix-framework-java-doc
              libfelix-main-java libfelix-main-java-doc libffi-dev libfinance-quote-perl
              libfishsound1 libfolks-eds25 libfolks-telepathy25 libfolks25 libgail-3-0
              libgamin0 libgavl1 libgc1c2 libgcj-bc libgcj-common libgcj-doc libgcj12
              libgcj12-awt libgcj12-dbg libgcj12-dev libgconf2.0-cil libgdata-common
              libgdata13 libgdict-1.0-6 libgdict-common libgdiplus libgdome2-0
              libgdome2-cpp-smart0c2a libgdu-gtk0 libgee2 libgeronimo-jta-1.1-spec-java
              libgexiv2-1 libgjs0c libgl1-mesa-dev libglade2.0-cil libgle3 libglew1.6
              libglewmx1.6 libglib2.0-bin libglib2.0-cil libglib2.0-dev libglib2.0-doc
              libglibmm-2.4-1c2a libglu1-mesa-dev libgmime-2.6-0 libgmime2.6-cil
              libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-3-2
              libgnome-mag2 libgnome-media-profiles-3.0-0 libgnome-menu-3-0 libgnome-menu2
              libgnome-vfs2.0-cil libgnome2-0 libgnome2-canvas-perl libgnome2-common
              libgnome2-perl libgnome2-vfs-perl libgnome2.24-cil libgnomekbd-common
              libgnomekbd7 libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-bin
              libgnomevfs2-common libgnomevfs2-extra libgnuinet-java libgnujaf-java
              libgnujaf-java-doc libgnumail-java libgnumail-java-doc libgoa-1.0-0
              libgoa-1.0-common libgoffice-0.8-8 libgoffice-0.8-8-common libgpod-common
              libgpod4 libgrip0 libgsf-1-114 libgsf-1-common libgsl0ldbl
              libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libgtk-3-doc
              libgtk-vnc-2.0-0 libgtk2-gladexml-perl libgtk2.0-cil libgtk2.0-doc
              libgtkhtml-4.0-0 libgtkhtml-4.0-common libgtkhtml-editor-4.0-0
              libgtkmathview0c2a libgtkmm-2.4-1c2a libgtkmm-3.0-1 libgtksourceview-3.0-0
              libgtksourceview-3.0-common libgtkspell0 libgucharmap-2-90-7 libgvnc-1.0-0
              libgweather-3-0 libgweather-common libgwengui-gtk2-0 libgwenhywfar-data
              libgwenhywfar60 libgwenhywfar60-dbg libh323-1.21.0 libhamcrest-java
              libhessian-java libhessian-java-doc libhsqldb-java libhsqldb-java-doc
              libhsqldb-java-gcj libhtml-element-extended-perl libhtml-tableextract-perl
              libibus-1.0-0 libice-dev libid3tag0 libidl-common libidl0 libido3-0.1-0
              libiksemel3 libindicate-gtk3 libindicator-messages-status-provider1
              libindicator3-7 libindicator7 libio-pty-perl libipc-run-perl libisofs6
              libjavascriptcoregtk-3.0-0 libjaxp1.3-java libjaxp1.3-java-gcj
              libjdepend-java libjetty-extra libjetty-extra-java libjetty-java
              libjetty-java-doc libjline-java libjline-java-doc libjna-java
              libjna-java-doc libjna-posix-java libjpeg-progs libjpeg-turbo-progs
              libjsch-java libjson-glib-1.0-0 libjte1 libk3b6 libk3b6-extracodecs libkms1
              libkonqsidebarplugin4a libktoblzcheck1c2a liblaunchpad-integration-3.0-1
              liblaunchpad-integration-common liblaunchpad-integration1
              liblaunchpad-integration1.0-cil liblightdm-gobject-1-0 liblink-grammar4
              liblog4j1.2-java liblog4j1.2-java-doc liblogsys4 liblouis-data liblouis2
              libmemcached6 libmetacity-private0 libminiupnpc8
              libmono-accessibility2.0-cil libmono-addins-gui0.2-cil libmono-addins0.2-cil
              libmono-cairo4.0-cil libmono-cecil-private-cil libmono-corlib2.0-cil
              libmono-corlib4.0-cil libmono-data-tds2.0-cil libmono-data-tds4.0-cil
              libmono-i18n-cjk4.0-cil libmono-i18n-mideast4.0-cil
              libmono-i18n-other4.0-cil libmono-i18n-rare4.0-cil libmono-i18n-west2.0-cil
              libmono-i18n-west4.0-cil libmono-i18n2.0-cil libmono-i18n4.0-all
              libmono-i18n4.0-cil libmono-messaging2.0-cil libmono-posix2.0-cil
              libmono-posix4.0-cil libmono-security2.0-cil libmono-security4.0-cil
              libmono-sharpzip2.84-cil libmono-sharpzip4.84-cil libmono-sqlite2.0-cil
              libmono-sqlite4.0-cil libmono-system-configuration4.0-cil
              libmono-system-core4.0-cil libmono-system-data-linq2.0-cil
              libmono-system-data2.0-cil libmono-system-data4.0-cil
              libmono-system-drawing4.0-cil libmono-system-enterpriseservices4.0-cil
              libmono-system-messaging2.0-cil libmono-system-security4.0-cil
              libmono-system-transactions4.0-cil
              libmono-system-web-applicationservices4.0-cil
              libmono-system-web-services4.0-cil libmono-system-web2.0-cil
              libmono-system-web4.0-cil libmono-system-xml4.0-cil libmono-system2.0-cil
              libmono-system4.0-cil libmono-wcf3.0-cil libmono-web4.0-cil
              libmono-webbrowser2.0-cil libmono-winforms2.0-cil libmono2.0-cil
              libmozjs185-1.0 libmuroar0 libmusicbrainz4-3 libmutter0 libmx-1.0-2
              libmx4j-java libmysql-java libnautilus-extension1a libnb-platform12-java
              libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libnet-dbus-perl
              libnet-domain-tld-perl libnm-gtk-common libnm-gtk0 libnotify0.4-cil
              libnux-2.0-0 libnux-2.0-common liboauth0 libofx4 liboggz2 liboobs-1-5
              libopal3.10.2 libopencv-calib3d2.3 libopencv-core2.3 libopencv-features2d2.3
              libopencv-flann2.3 libopencv-highgui2.3 libopencv-imgproc2.3
              libopencv-objdetect2.3 libopenh323-1.18.0 libopenr2-3 liborbit2 liboro-java
              libosip2-4 libots0 libpackagekit-glib2-14 libpanel-applet-4-0
              libpango1.0-doc libpangomm-1.4-1 libparse-yapp-perl libpcre3-dev libpcrecpp0
              libpeas-1.0-0 libpeas-common libpg-java libpkcs11-helper1 libpload4
              libportaudio2 libpostgresql-jdbc-java libpri1.4 libprotobuf7 libprotoc7
              libpst4 libpt-1.10.10 libpt-1.10.10-plugins-alsa libpt-1.10.10-plugins-v4l2
              libpt2.10.2 libpt2.4.5 libpthread-stubs0 libpthread-stubs0-dev libqt3-mt
              libqt3-mt-mysql libqt3-mt-psql libquorum4 libquvi-scripts libquvi7
              libradiusclient-ng2 libraw5 libreadline-java libreadline-java-doc
              libregexp-java libreoffice-base libreoffice-evolution libreoffice-gnome
              libreoffice-gtk libreoffice-java-common libreoffice-style-tango libresample1
              librest-0.7-0 librhino-java librhino-java-doc librhythmbox-core5
              libroar-compat1 libroar1 librpm2 librpmbuild2 librpmio2 librpmsign0
              libsaclm3 libsaevt3 libsam4 libseed-gtk3-0 libservlet2.5-java
              libservlet2.5-java-doc libslf4j-java libsm-dev libsox-fmt-all
              libsox-fmt-alsa libsox-fmt-ao libsox-fmt-base libsox-fmt-ffmpeg
              libsox-fmt-mp3 libsox-fmt-oss libsox-fmt-pulse libsox1b libsqlite0 libsrtp0
              libss7-1 libstring-crc32-perl libstringtemplate-java libsvg-perl
              libswing-layout-java libswing-layout-java-doc libsybdb5 libsyncdaemon-1.0-1
              libt1-5 libtcnative-1 libtelepathy-farstream2 libtelepathy-logger2
              libtext-template-perl libtidy-0.99-0 libtie-ixhash-perl libtimezonemap1
              libtomcat6-java libtonezone2.0 libtotem-pg4 libtotem-plparser17 libtotem0
              libubuntuoneui-3.0-1 libunicode-map8-perl libunicode-string-perl
              libunique-1.0-0 libunique-3.0-0 libunity-core-5.0-5 libunity-misc4 libunity9
              libutouch-evemu1 libutouch-frame1 libutouch-geis1 libutouch-grail1
              libvotequorum4 libvpb0 libwacom-common libwacom2 libwebkit1.1-cil
              libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwnck-3-0 libwnck-3-common
              libwnck-common libwnck22 libwv-1.2-4 libwxbase2.8-dev libwxgtk2.8-dev
              libx11-dev libx11-doc libxalan2-java libxalan2-java-doc libxau-dev
              libxcb-doc libxcb1-dev libxdmcp-dev libxerces2-java libxerces2-java-doc
              libxerces2-java-gcj libxext-dev libxklavier16 libxml++2.6-2
              libxml-commons-external-java libxml-commons-resolver1.1-java
              libxml-commons-resolver1.1-java-doc libxml-dom-perl libxml-perl
              libxml-regexp-perl libxml-twig-perl libxml-xpath-perl libxml-xql-perl
              libxml2-dev libxml2-doc libxres1 libxsltc-java libxt-dev libyaml-syck-perl
              libyate2.2.0 libyelp0 libytnef0 libzeitgeist-1.0-1 liferea liferea-data
              lightdm lightsoff lightspark-common link-grammar-dictionaries-en lintian
              lp-solve lzip lziprecover lzop mahjongg media-player-info memcached menu-xdg
              mesa-common-dev metacity metacity-common minissdpd module-assistant
              mono-4.0-gac mono-gac mono-runtime monodoc-base monodoc-browser
              monodoc-gtk2.0-manual monodoc-manual monodoc-nunit-manual
              monodoc-webkit-manual mousetweaks movixmaker-2 mpg321 mutter-common
              mysql-server mysql-server-5.5 nautilus nautilus-data nautilus-sendto
              nautilus-sendto-empathy ncompress network-manager-gnome
              network-manager-openvpn network-manager-openvpn-gnome
              network-manager-pptp-gnome network-manager-vpnc network-manager-vpnc-gnome
              normalize-audio notification-daemon nux-tools ofx openjdk-6-demo
              openjdk-6-doc openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless
              openjdk-6-jre-lib openjdk-6-source openslp-doc openvpn patchutils pidgin
              pidgin-data pidgin-libnotify planner planner-data planner-doc postgresql
              protobuf-compiler pxlib1 python-aptdaemon.pkcompat python-beaker
              python-brlapi python-compizconfig python-configglue python-dirspec
              python-egenix-mx-base-dbg python-egenix-mx-base-dev python-egenix-mxbeebase
              python-egenix-mxbeebase-doc python-egenix-mxdatetime
              python-egenix-mxdatetime-doc python-egenix-mxproxy python-egenix-mxproxy-doc
              python-egenix-mxqueue python-egenix-mxqueue-doc python-egenix-mxstack
              python-egenix-mxstack-doc python-egenix-mxtexttools
              python-egenix-mxtexttools-doc python-egenix-mxtools
              python-egenix-mxtools-doc python-egenix-mxuid python-egenix-mxuid-doc
              python-egenix-mxurl python-egenix-mxurl-doc python-evolution python-gconf
              python-gi-cairo python-gi-dbg python-gi-dev python-glade2 python-gmenu
              python-gnome2 python-gnome2-doc python-gnomekeyring python-gobject-2-dbg
              python-gobject-2-dev python-gobject-dbg python-gobject-dev python-gst0.10
              python-gst0.10-dbg python-gst0.10-dev python-gtk2-doc python-kinterbasdb
              python-libxml2 python-louis python-lxml python-lxml-dbg python-mako
              python-mako-doc python-markupsafe python-mysqldb python-mysqldb-dbg
              python-notify python-opengl python-openssl python-openssl-dbg
              python-openssl-doc python-packagekit python-pam python-pam-dbg
              python-protobuf python-psycopg2 python-psycopg2-doc python-pyatspi2
              python-pyinotify python-pyinotify-doc python-pylibmc python-pymssql
              python-pyorbit python-pyorbit-dbg python-qt3 python-qt3-doc python-qt3-gl
              python-serial python-speechd python-sqlalchemy python-sqlalchemy-doc
              python-sqlalchemy-ext python-tk python-twisted-bin python-twisted-bin-dbg
              python-twisted-core python-twisted-names python-twisted-web
              python-ubuntu-sso-client python-ubuntuone-client
              python-ubuntuone-storageprotocol python-uniconvertor python-uniconvertor-dbg
              python-wnck python-wxgtk2.8 python-wxversion python-zeitgeist
              python-zope.interface-dbg python3 python3-beaker python3-doc
              python3-examples python3-mako python3-markupsafe python3-minimal
              python3-pkg-resources python3-setuptools python3-sqlalchemy python3-tk
              python3-tk-dbg python3.2 python3.2-doc python3.2-examples python3.2-minimal
              quadrapassel rdesktop rhino rhythmbox rhythmbox-data rhythmbox-mozilla
              rhythmbox-plugin-cdrecorder rhythmbox-plugin-zeitgeist rhythmbox-plugins
              rhythmbox-ubuntuone roaraudio rpm rpm-common rpm-i18n rpm2cpio rtpproxy rzip
              seahorse ser ser-cpl-module ser-jabber-module ser-mysql-module ser-pa-module
              ser-radius-modules sessioninstaller sharutils shotwell simph323 simple-scan
              siproxd slib slpd socat sound-juicer sox srtp-utils swell-foop
              system-config-printer-gnome system-tools-backends tango-icon-theme tasque
              tcl8.5 telepathy-idle telepathy-indicator telepathy-logger telepathy-salut
              tinyca tix tk8.5 tomboy tomcat6 tomcat6-admin tomcat6-common tomcat6-docs
              tomcat6-examples tomcat6-user totem totem-common totem-mozilla totem-plugins
              transmission-common transmission-gtk ttf-bengali-fonts ttf-dejavu
              ttf-dejavu-extra ttf-kannada-fonts ttf-lyx ttf-oriya-fonts ttf-telugu-fonts
              tzdata-java ubuntu-docs ubuntu-sso-client ubuntu-sso-client-gtk
              ubuntu-system-service ubuntuone-client ubuntuone-client-dbg
              ubuntuone-client-proxy ubuntuone-installer unace unalz unity
              unity-asset-pool unity-common unity-greeter unity-lens-applications
              unity-lens-files unity-lens-music unity-lens-video unity-scope-musicstores
              unity-scope-video-remote unity-services uswsusp vinagre vino visualvm
              vorbis-tools vpb-driver-source vpb-utils vpnc whois wx-common wx2.8-doc
              wx2.8-examples wx2.8-headers x11proto-core-dev x11proto-input-dev
              x11proto-kb-dev x11proto-xext-dev xboard xdg-user-dirs-gtk xfonts-100dpi
              xml-twig-tools xorg-sgml-doctools xtrans-dev yate yate-core yelp yelp-xsl
              zeitgeist zeitgeist-core zeitgeist-datahub zenity zenity-common zoo
              The following packages will be upgraded:
              libgl1-mesa-glx libgl1-mesa-glx:i386 libglapi-mesa libglapi-mesa:i386
              libglu1-mesa libglu1-mesa:i386 libgtk-3-0 libgtk-3-bin libgtk-3-common
              libxml2 libxml2:i386 python-gi
              12 upgraded, 1150 newly installed, 1 to remove and 59 not upgraded.
              Need to get 822 MB/824 MB of archives.
              After this operation, 3,242 MB of additional disk space will be used.
              Do you want to continue [Y/n]? n

              Comment


                #8
                Try issuing sudo apt-get install -f
                then sudo apt-get update
                then sudo apt-get install k3b

                I'm not sure what has happened, but something is really messed up! But then you already new that.

                Comment


                  #9
                  Screwed up for sure! It's trying to install the entire Gnome DE, INCLUDING (gasp!!!) Mono!!! :eek:

                  K3b is written in Qt4 and GTK+ isn't required, nor is Gnome.

                  You can use apt-get install --no-install-recommends kb3
                  and if it still wants to install the the kitchen sink cancel with the "N" option.

                  I installed K3b and when I ran it the first time it popped up a dialog asking if I wanted to install the mp3 libraries. I did that. I use K3b regularly and burn audio CDs or just create mp3's for posting on a webpage.
                  On occasions it asks again but I ignore it. No harm, no foul.
                  "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                  – John F. Kennedy, February 26, 1962.

                  Comment


                    #10
                    Wow! The presence of Asterisk, a phone PBX (!), piqued my curiosity. Indeed, the voluminous output of
                    Code:
                    apt-cache depends --recurse k3b
                    confirms the possibility.

                    Your situation intrigues me. Please show the output of these two commands:
                    Code:
                    apt-cache depends k3b
                    apt-cache depends --installed k3b
                    The first lists all dependents of k3b. The second lists only the ones you already have installed. The beginnings of a clue might lurk in here.

                    Comment


                      #11
                      Suggested packages as dependencies ?

                      Testing

                      Turning on:
                      Muon Package Manager > Settings > Configure Muon Package Manager > Treat suggested packages as dependencies.



                      Removing the k3b and trying to install it back:

                      :~$ sudo apt-get install k3b
                      Reading package lists... Done
                      Building dependency tree
                      Reading state information... Done
                      The following extra packages will be installed:
                      abiword abiword-common abiword-plugin-grammar...
                      ... zeitgeist-datahub zenity zenity-common zoo
                      0 upgraded, 1236 newly installed, 1 to remove and 0 not upgraded.
                      Need to get 910 MB/911 MB of archives.
                      After this operation, 3,421 MB of additional disk space will be used.
                      Do you want to continue [Y/n]? n
                      Abort.
                      It is trying to install everything and the kitchen sink...

                      Turning the suggested off and trying:

                      :~$ sudo apt-get install k3b
                      Reading package lists... Done
                      Building dependency tree
                      Reading state information... Done
                      Suggested packages:
                      k3b-extrathemes normalize-audio movixmaker-2 vcdimager
                      The following NEW packages will be installed:
                      k3b
                      0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                      Need to get 0 B/485 kB of archives.
                      After this operation, 1,882 kB of additional disk space will be used.
                      Selecting previously unselected package k3b.
                      (Reading database ... 177573 files and directories currently installed.)
                      Unpacking k3b (from .../k3b_2.0.2-3ubuntu4_amd64.deb) ...
                      Processing triggers for man-db ...
                      Setting up k3b (2.0.2-3ubuntu4) ...
                      Only the k3b is installed.


                      apt configuration files

                      As default, at here:

                      /etc/apt/apt.conf:
                      APT::Get::AllowUnauthenticated "false";
                      Enabled:
                      APT::Install-Suggests "true";
                      APT::Get::AllowUnauthenticated "false";
                      After disable:
                      APT::Install-Suggests "false";
                      APT::Get::AllowUnauthenticated "false";
                      Depends, Recommends, Suggests

                      http://www.debian.org/doc/debian-pol...ionships.html:
                      Depends

                      This declares an absolute dependency.

                      Recommends

                      This declares a strong, but not absolute, dependency.

                      The Recommends field should list packages that would be found together with this one in all but unusual installations.

                      Suggests

                      This is used to declare that one package may be more useful with one or more others. Using this field tells the packaging system and the user that the listed packages are related to this one and can perhaps enhance its usefulness, but that installing this one without them is perfectly reasonable.
                      Last edited by OneLine; May 22, 2012, 04:42 AM.
                      Have you tried ?

                      - How to Ask a Question on the Internet and Get It Answered
                      - How To Ask Questions The Smart Way

                      Comment


                        #12
                        I would hazard a guess that treating suggested packages as dependencies isn't the issue here, since that's not a default. But, of course, it's possible that dbc254 enabled this somewhere.

                        Comment


                          #13
                          mmm... I didn't know about --recurse.

                          Here is:
                          Code:
                           apt-cache rdepends k3b
                          Reverse Depends:
                            juk
                            k3b:i386
                            kmediafactory
                            dvd95
                           |uck
                            quodlibet-plugins
                            ichthux-desktop
                            ezgo-multimedia
                           |aptoncd
                            kubuntu-full
                            kubuntu-desktop
                            k3b-dbg
                            juk
                          and

                          Code:
                          ~$ apt-cache depends k3bk3b
                            Depends: kde-runtime
                            Depends: libc6
                            Depends: libk3b6
                            Depends: libkcddb4
                            Depends: libkcmutils4
                            Depends: libkde3support4
                            Depends: libkdecore5
                            Depends: libkdeui5
                            Depends: libkfile4
                            Depends: libkio5
                            Depends: libknotifyconfig4
                            Depends: libqt4-dbus
                            Depends: libqt4-qt3support
                            Depends: libqt4-xml
                            Depends: libqtcore4
                            Depends: libqtgui4
                            Depends: libqtwebkit4
                            Depends: libsolid4
                            Depends: libstdc++6
                            Depends: k3b-data
                           |Depends: wodim
                            Depends: cdrskin
                            Depends: cdparanoia
                            Depends: cdrdao
                            Depends: genisoimage
                            Suggests: k3b-extrathemes
                            Suggests: normalize-audio
                            Suggests: sox
                            Suggests: movixmaker-2
                            Suggests: libk3b6-extracodecs
                            Suggests: vcdimager
                            Recommends: dvd+rw-tools
                            Replaces: k3b-data
                            Replaces: <k3b-data:i386>
                            Conflicts: k3b:i386
                          jerry@jerry-Aspire-7739:~$
                          and

                          Code:
                          $ apt-cache depends --installed k3bk3b
                            Depends: kde-runtime
                            Depends: libc6
                            Depends: libk3b6
                            Depends: libkcddb4
                            Depends: libkcmutils4
                            Depends: libkde3support4
                            Depends: libkdecore5
                            Depends: libkdeui5
                            Depends: libkfile4
                            Depends: libkio5
                            Depends: libknotifyconfig4
                            Depends: libqt4-dbus
                            Depends: libqt4-qt3support
                            Depends: libqt4-xml
                            Depends: libqtcore4
                            Depends: libqtgui4
                            Depends: libqtwebkit4
                            Depends: libsolid4
                            Depends: libstdc++6
                            Depends: k3b-data
                           |Depends: wodim
                            Depends: cdparanoia
                            Depends: cdrdao
                            Depends: genisoimage
                            Suggests: sox
                            Suggests: libk3b6-extracodecs
                            Recommends: dvd+rw-tools
                            Replaces: k3b-data
                          jerry@jerry-Aspire-7739:~$
                          Just to show what an installation without K3b problems reveals.
                          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                          – John F. Kennedy, February 26, 1962.

                          Comment


                            #14
                            Comparing depends with depends --installed is one way I can think of to tease out some clues. So Jerry, on your PC, which has K3b installed but none of that pesky GOMEish stuff, we can determine what might possibly be happening on dbc254's PC that's causing the behavior he sees.

                            Packages in the depends list but not in your depends --installed list include:
                            * cdrskin
                            * k3b-extrathemes
                            * normalize-audio
                            * movixmaker-2
                            * vcdimager

                            Using Aptitude (which is very easy for this kind of task, BTW), I was able to quickly navigate up and down the dependency trees for these packages. And I believe I found the culprit: movixmaker-2. Take a look:
                            Code:
                            steve@x1:~$ [B]apt-cache depends movixmaker-2[/B]
                            movixmaker-2
                              Depends: perl
                              Depends: libconfig-inifiles-perl
                              Depends: genisoimage
                             |Depends: debconf
                              Depends: <debconf-2.0>
                                cdebconf
                                debconf
                              Recommends: libgtk2-perl
                              Recommends: libgnome2-perl
                              Recommends: libgtk2-gladexml-perl
                              Recommends: libgnome2-vfs-perl
                            MovixMaker-2 recommends four Gtk/GNOME packages, which will pull in a fair number of additional dependencies. The only way I can imagine that dbc254 is receiving this is because s/he (?) has chosen to treat suggested packages as dependencies -- just as OneLine already mentioned. And indeed, if you examine the output of this simulation run:
                            Code:
                            apt-get -s install --install-suggests movixmaker-2
                            you will see an extremely complete installation of GNOME!

                            Problem solved, I suspect.

                            Comment


                              #15
                              I believe you've nailed it, Steve. As each package is pulled in its dependencies create a chain reaction which eventually pulls in just about the entire Gnome desktop.

                              (Snowhog, check to see if your pipe is missing! I suspect that Steve has borrowed it! )
                              "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                              – John F. Kennedy, February 26, 1962.

                              Comment

                              Working...
                              X