Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:debian [2009/06/12 01:45] a |
linux:debian [2010/03/04 13:49] (current) a |
||
---|---|---|---|
Line 186: | Line 186: | ||
Delete the file ' | Delete the file ' | ||
+ | |||
+ | ==== Create a backup list of packages and resinstall ==== | ||
+ | |||
+ | sudo dpkg --get-selections > package_list.txt | ||
+ | |||
+ | Save the text file on a thumb drive, format the drive, reinstall Ubuntu/ | ||
+ | |||
+ | sudo dpkg --set-selections < package_list.txt | ||
+ | sudo apt-get -y update | ||
+ | sudo apt-get dselect-upgrade | ||