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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -