Results 1 to 4 of 4

Thread: libqt dependency

  1. #1
    Join Date
    Feb 2008
    Location
    Calcutta, India
    Beans
    529
    Distro
    Lubuntu

    libqt dependency

    Hi,
    I installed lubuntu 11.10, and proceeded to install virtualbox (using the deb file for 11.10 downloaded from oracle's site), but gdebi package manager fails saying some libqt-network dependency not satisfiable. I removed everything starting wth libqt from synaptic, but still cannot get it to install. How do I fix it?

  2. #2
    Join Date
    Feb 2008
    Location
    Calcutta, India
    Beans
    529
    Distro
    Lubuntu

    Re: libqt dependency

    I went through https://forums.virtualbox.org/viewtopic.php?f=7&t=45469
    and ran sudo apt-get install dkms build-essential linux-headers-generic .....but i got the following output:

    sonu@sonu-desktop:~$ sudo apt-get install dkms build-essential linux-headers-generic
    [sudo] password for sonu:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package dkms is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    Package build-essential is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'dkms' has no installation candidate
    E: Package 'build-essential' has no installation candidate

    what does this package <x> has no installation candidate mean?

  3. #3
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: libqt dependency

    It means that some package wants/depends on that package but such a package doesn't exist. Try updating
    Code:
    sudo apt-get update
    Also virtualbox is in the Ubuntu repository, so you can just install it from there and all it's dependencies
    Code:
    sudo apt-get install virtualbox
    It's a bit outdated, (Currently at 4.1.2 when 4.1.8 is out) so if you wish to use the latest, you can add this PPA
    Code:
    sudo add-apt-repository ppa:debfx/virtualbox
    sudo apt-get update
    sudo apt-get install virtualbox
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

  4. #4
    Join Date
    Feb 2008
    Location
    Calcutta, India
    Beans
    529
    Distro
    Lubuntu

    Re: libqt dependency

    I did sudo apt-get update..and it started downloading package information...but after some time I got:
    W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EFB4FA7E41D78D0C
    E: Unable to parse package file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-security_restricted_i18n_Index (1)
    sonu@sonu-desktop:~$
    what do i do now?

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
  •