I'd like to output a list of all currently not installed packages (they are visible in Synaptic for example) using only shell commands. How do I do this?
Thanks!
|
I'd like to output a list of all currently not installed packages (they are visible in Synaptic for example) using only shell commands. How do I do this? Thanks! |
||||
|
|
See the Search Term Reference in the aptitude user's manual for details. |
|||
|
|
|
From the question's tags, I assume a Debian system. In Bash: It can be interesting to suppress virtual packages also: |
|||
|
|
|
Type the command as follows:
with this command you can check your installed RPM list after that you can easly to find which RPM is not installed. |
||||
|