ubuntu - How to check installed packages on virtual machine? -


i have virtual machine on windows system pc. wonder if can list of installed programs on virtual machine. far can list on ubuntu...

thanks in advance!

if mean list of installed packages, run command in terminal:

dpkg --get-selections 

to list of packages installed or in transient period (installed, in removal, in installation, etc.). there more selections can do, , explained in debian wiki: list installed packages


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -