Creating a list of installed Packages on Ubuntu
Here is a handy tip I came across for creating a list of installed packages on Ubuntu.
dpkg –get-selections > installed-software
The original thread can be found here: Orginal
Here is a handy tip I came across for creating a list of installed packages on Ubuntu.
dpkg –get-selections > installed-software
The original thread can be found here: Orginal