How do I find installed packages that have no install candidate?

htorque

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?

Gilles 'SO- stop being evil'

With Aptitude, search for the ?obsolete pattern, possibly with a custom display format.

aptitude -F '%p' search '?obsolete'

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to find out which packages that have no install candidate can be removed? (How to properly clean out such packages?)

From Dev

How do I view packages that I have installed

From Dev

How do I find the packages that have Launch by Default set?

From Dev

How do I find the packages that have Launch by Default set?

From Dev

How do i see which smart packages i have installed within my meteor project?

From Dev

How do I get the list of third-party python packages that I have installed with pip?

From Java

How do I use installed packages in PyCharm?

From Dev

How do I list the default installed packages?

From Dev

How can I install "Ubuntu minimal install" packages that are not installed with it?

From Dev

How do I find out what packages I had installed in my previouse meteor app?

From Java

How do I remove packages installed with Python's easy_install?

From Dev

Why do I need to install packages that are "automatically installed with Anaconda"?

From Java

How do I find all installed packages that depend on a given package in NPM?

From Dev

On Gentoo how do I find list of packages installed after some specific date?

From Dev

I have windows 7 os installed in virtual box .I want to install software in this os .How to do that?

From Dev

Where do I find packages files of apps that are installed

From Dev

I downloaded and installed pip. How to install packages?

From Dev

How do I install udeb packages in Debian?

From Dev

How do I install udeb packages in Debian?

From Dev

How do I install packages to TeXstudio?

From Dev

How do I install packages to TeXstudio?

From Dev

How can I find executables installed by NuGet packages?

From Dev

How to find manually installed packages?

From Dev

How can I determine which packages I have installed via homebrew and which were installed manually?

From Dev

Where can I find a complete list of packages that I have installed after initial installation?

From Dev

How do I find where an application is installed?

From Dev

How do I find where an application is installed?

From Java

How do I check the packages installed with make command?

From Dev

How do I reinstall all packages installed with Homebrew?

Related Related

  1. 1

    How to find out which packages that have no install candidate can be removed? (How to properly clean out such packages?)

  2. 2

    How do I view packages that I have installed

  3. 3

    How do I find the packages that have Launch by Default set?

  4. 4

    How do I find the packages that have Launch by Default set?

  5. 5

    How do i see which smart packages i have installed within my meteor project?

  6. 6

    How do I get the list of third-party python packages that I have installed with pip?

  7. 7

    How do I use installed packages in PyCharm?

  8. 8

    How do I list the default installed packages?

  9. 9

    How can I install "Ubuntu minimal install" packages that are not installed with it?

  10. 10

    How do I find out what packages I had installed in my previouse meteor app?

  11. 11

    How do I remove packages installed with Python's easy_install?

  12. 12

    Why do I need to install packages that are "automatically installed with Anaconda"?

  13. 13

    How do I find all installed packages that depend on a given package in NPM?

  14. 14

    On Gentoo how do I find list of packages installed after some specific date?

  15. 15

    I have windows 7 os installed in virtual box .I want to install software in this os .How to do that?

  16. 16

    Where do I find packages files of apps that are installed

  17. 17

    I downloaded and installed pip. How to install packages?

  18. 18

    How do I install udeb packages in Debian?

  19. 19

    How do I install udeb packages in Debian?

  20. 20

    How do I install packages to TeXstudio?

  21. 21

    How do I install packages to TeXstudio?

  22. 22

    How can I find executables installed by NuGet packages?

  23. 23

    How to find manually installed packages?

  24. 24

    How can I determine which packages I have installed via homebrew and which were installed manually?

  25. 25

    Where can I find a complete list of packages that I have installed after initial installation?

  26. 26

    How do I find where an application is installed?

  27. 27

    How do I find where an application is installed?

  28. 28

    How do I check the packages installed with make command?

  29. 29

    How do I reinstall all packages installed with Homebrew?

HotTag

Archive