Results 1 to 9 of 9

Thread: sudo aptitude install

  1. #1
    Join Date
    Aug 2009
    Location
    Under the stairs.
    Beans
    1,408
    Distro
    Ubuntu 12.04 Precise Pangolin

    sudo aptitude install

    Hi!

    I just have a question regarding this command. Below is the list that follows.

    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Reading extended state information      
    Initialising package states... Done
    The following packages are BROKEN:
      choqok vlc-110 
    The following NEW packages will be installed:
      bzr bzrtools claws-mail claws-mail-i18n gnome-screensaver libcompfaceg1 libdirac-decoder0 
      libetpan13 libggi-target-x libggi2 libggiwmh0 libggiwmh0-target-x libgii1 libgii1-target-x 
      libgoom2 libmysqlclient16 libopenraw1 libopenrawgnome1 libosso1 libprojectm2 
      libqt4-sql-mysql libreoffice-filter-binfilter libva-x11-1 libwpd8c2a libwpg-0.1-1 
      libwps-0.1-1 libxcb-randr0 libxcb-render-util0 libzvbi-common libzvbi0 
      linux-headers-2.6.32-24 linux-headers-2.6.32-24-lowlatency linux-headers-2.6.32-27 
      linux-headers-2.6.32-27-generic linux-headers-2.6.32-28 linux-headers-2.6.32-28-generic 
      linux-headers-lowlatency linux-image-2.6.32-24-lowlatency linux-image-2.6.32-27-generic 
      linux-image-2.6.32-28-generic linux-image-lowlatency linux-lowlatency 
      mysql-client-core-5.1 mysql-common mysql-server-core-5.1 openoffice.org-l10n-common 
      projectm-data python-paramiko screenlets wx2.8-i18n 
    The following packages are RECOMMENDED but will NOT be installed:
      python-evolution python-gnome2-desktop python-gtkmozembed 
    0 packages upgraded, 52 newly installed, 0 to remove and 0 not upgraded.
    Need to get 176MB of archives. After unpacking 797MB will be used.
    The following packages have unmet dependencies:
      vlc-110: Depends: libdvbpsi5 but it is not installable
               Depends: libupnp3 (>= 1.4.3) but it is not installable
               Depends: libxcb-keysyms1 (>= 0.3.6) but it is not installable
      choqok: Depends: libqjson0 but it is not installable
              Depends: libqoauth1 but it is not installable
              Depends: libqca2-plugin-ossl but it is not installable
    The following actions will resolve these dependencies:
    
    Install the following packages:
    python-evolution [2.30.0-0ubuntu1 (lucid)]
    python-gtkmozembed [2.25.3-4.1ubuntu4 (lucid)]
    
    Keep the following packages at their current version:
    choqok [Not Installed]
    vlc-110 [Not Installed]
    
    Score is 170
    
    Accept this solution? [Y/n/q/?
    My question is should all these things be installed? Even the previous kernels?

    Thank you!
    Dell Inspiron 1764 Laptop, Intel CoreTM i5 520M), 4GB Shared Dual Channel DDR3 at 1066MHz, 512MB ATI Mobility RadeonTM HD4330 Integrated Intel HD.

  2. #2
    Join Date
    Aug 2008
    Location
    Olympia...
    Beans
    40
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: sudo aptitude install

    The short answer is yes. The software you're trying to install is dependent on those packages.

  3. #3
    Join Date
    Aug 2009
    Location
    Under the stairs.
    Beans
    1,408
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: sudo aptitude install

    Thanks for the reply but that seems a bit odd as I'm not trying to install anything...I just ran that command without a package name.
    Dell Inspiron 1764 Laptop, Intel CoreTM i5 520M), 4GB Shared Dual Channel DDR3 at 1066MHz, 512MB ATI Mobility RadeonTM HD4330 Integrated Intel HD.

  4. #4
    Join Date
    Aug 2008
    Location
    Olympia...
    Beans
    40
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: sudo aptitude install

    I believe if you leave it blank it will upgrade all installed packages.

  5. #5
    Join Date
    Oct 2010
    Beans
    659

    Re: sudo aptitude install

    here is what i get


    vivek@NEO:~$ sudo apt-get install
    [sudo] password for vivek:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 46 not upgraded.
    vivek@NEO:~$

  6. #6
    Join Date
    Aug 2009
    Location
    Under the stairs.
    Beans
    1,408
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: sudo aptitude install

    Quote Originally Posted by neo_aryan View Post
    here is what i get


    vivek@NEO:~$ sudo apt-get install
    [sudo] password for vivek:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 46 not upgraded.
    vivek@NEO:~$
    I didn't use apt-get.....I used "aptitude"

    All my install programmes are updated daily and there are none out there right now. This is a partial list of things I had, at one time, like the previous linux images and openoffice, I now use LibreOffice and there is nothing OpenOffice left on my system. I even purged the config files for the images so there is also nothing of them left.
    Last edited by Enigmapond; March 8th, 2011 at 08:18 PM.
    Dell Inspiron 1764 Laptop, Intel CoreTM i5 520M), 4GB Shared Dual Channel DDR3 at 1066MHz, 512MB ATI Mobility RadeonTM HD4330 Integrated Intel HD.

  7. #7
    Join Date
    Oct 2010
    Beans
    659

    Re: sudo aptitude install

    are you sure you used sudo aptitude install?
    i am gettin command not found error
    vivek@NEO:~$ sudo aptitude install
    [sudo] password for vivek:
    sudo: aptitude: command not found
    vivek@NEO:~$

  8. #8
    Join Date
    Aug 2009
    Location
    Under the stairs.
    Beans
    1,408
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: sudo aptitude install

    Quote Originally Posted by neo_aryan View Post
    are you sure you used sudo aptitude install?
    i am gettin command not found error
    vivek@NEO:~$ sudo aptitude install
    [sudo] password for vivek:
    sudo: aptitude: command not found
    vivek@NEO:~$
    Thank you but...I'm quiet sure. I always use aptitude.
    Dell Inspiron 1764 Laptop, Intel CoreTM i5 520M), 4GB Shared Dual Channel DDR3 at 1066MHz, 512MB ATI Mobility RadeonTM HD4330 Integrated Intel HD.

  9. #9
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: sudo aptitude install

    are you sure you used sudo aptitude install?
    The OP is running Lucid 10.04 which has aptitude installed by default.

    If you are running Maverick 10.10,aptitude was not installed by default.

    The following packages are BROKEN:
    choqok vlc-110
    Try
    Code:
    sudo aptitude update
    sudo aptitude install -f
    Good Luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

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
  •