This seems to be fixed now. I run the following script:

import apt_pkg,sys

apt_pkg.init()

cache = apt_pkg.Cache()

for i in sys.argv[1:]:
        if not cache[i].has_versions:
                print i, "is virtual"

to print out virtual packages on all package names returned by pkgnames:
$ python a.py $(apt-cache pkgnames --no-generate )
Reading package lists... Done
Building dependency tree       
Reading state information... Done

As nothing was printed, this bug is fixed now.

** Package changed: apt (Ubuntu) => bash-completion (Ubuntu)

** Changed in: bash-completion (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/304261

Title:
  libgnutls13 has no installation candidate

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to