I'd like to retrieve a list of installed packages that have no install candidate (e.g., because I removed an apt source file entry). How would I do that on Debian-based systems?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
With Aptitude, search for the
|
|||
|
|
This one was updated:
Using apt-cache policy:
|
|||||||||||
|
apt-show-versionsand grep forNo available version in archive. – Faheem Mitha Jan 21 '12 at 15:31