apt-get is not a package. The apt-get program is part of the apt package. If you're not sure what package a program belongs to, you can use dpkg-query like:
$ dpkg-query -S /usr/bin/apt-get apt: /usr/bin/apt-get You could've also used the full path to apt-get. So either of these would've worked ubuntu-bug apt ubuntu-bug /usr/bin/apt-get ** Summary changed: - Apt-get locked for 20 days. I dont have apt-get + Apt-get locked for 20 days. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2158000 Title: Apt-get locked for 20 days. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2158000/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
