Results 1 to 4 of 4
I want to install ubuntu 11.10
how can I backup all installed softwares in 10.10 and restore them in 11.10?...
- 11-12-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 4
backup installed softwares
I want to install ubuntu 11.10
how can I backup all installed softwares in 10.10 and restore them in 11.10?
- 11-12-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Hello and welcome!
I'd recommend installing fresh copies of any applications that you want installed in Ubuntu 11.10 because the apps that you installed in 10.10 may not be as current. If you are just wanting to restore your settings for those apps, look around for them in the /home/your_username folder. They'll probably be there, and in a hidden folder, depending on what desktop environment you are running.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-13-2011 #3
Grab a list of software installed through your package manager by running
make sure you keep it somewhere safe like a USB key and after installing 11.10 runCode:dpkg --get-selections > /backup/installed-software.lst
and thenCode:dpkg --set-selections < /backup/installed-software.lst
Hopefully this still works with the later versions of Ubuntu!Code:deselect
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 11-13-2011 #4Just Joined!
- Join Date
- Nov 2011
- Posts
- 4
thank you all for helping.


Reply With Quote
