Search My Blog

Monday, January 24, 2011

Fwd: ArtistX 0.9 and Ubuntu HowTo Create and Save a list of installed packages to a file...

HowTo: Create a list of installed packages
Cynical
September 20th, 2006, 06:28 AM
I found out how to do this recently and thought it might be helpful to some people. To output this information to a file in your home directory you would use,


dpkg --get-selections > installed-software


And if you wanted to use the list to reinstall this software on a fresh ubuntu setup,


dpkg --set-selections < installed-software


followed by


dselect

Read More...
http://ubuntuforums.org/archive/index.php/t-261366.html

Apt list installed packages
apt list installed packages - Google Search
List your installed package versions with apt-show-versions
Getting information about packages
Show the List of Installed Packages on Ubuntu or Debian - How-To Geek
The Debian GNU/Linux FAQ - The Debian package management tools
HowTo: Create a list of installed packages [Archive] - Ubuntu Forums
Don

No comments: