Results 1 to 3 of 3

Thread: Problem installing from multiverse

  1. #1
    Join Date
    Apr 2007
    Beans
    Hidden!
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Problem installing from multiverse

    I have multiverse enabled but cannot install argouml. It appears in the local listing for packages but aptitude (and apt-get) cannot see it. Thoughts?

    1. argouml not found for installation

    Code:
    # aptitude install argouml                                                       (05-20 10:01)
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Reading extended state information
    Initializing package states... Done
    Building tag database... Done
    Couldn't find any package matching "argouml".  However, the following
    packages contain "argouml" in their description:
      libdtdparser-java libocl-argo-java libgef-java libnsuml-java libi18n-java
    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
    Building tag database... Done
    2. Yet multiverse enabled

    Code:
    # grep multiverse /etc/apt/sources.list                                          (05-20 10:04)
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
    deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
    deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
    3. And apt knows about it in its local listing

    Code:
    # grep argouml /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_gutsy_multiverse_source_Sources
    Package: argouml
    Binary: argouml, argouml-doc
    Directory: pool/multiverse/a/argouml
     075be770f2986769a64408a8d2b9dab0 956 argouml_0.19.6-2.1.dsc
     ae056e94dbe9b8d8b63f4012bca169d9 4349738 argouml_0.19.6.orig.tar.gz
     bc08fcc5af97fbccc2f8a5de1fea5093 7337 argouml_0.19.6-2.1.diff.gz

  2. #2
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Problem installing from multiverse

    Those are source packages, not binary packages. Try apt-get source argouml.

  3. #3
    Join Date
    Apr 2007
    Beans
    Hidden!
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Re: Problem installing from multiverse

    Thanks!

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
  •