Find the answer to your Linux question:
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?...
  1. #1
    Just 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?

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Quote Originally Posted by mahdi1991 View Post
    I want to install ubuntu 11.10
    how can I backup all installed softwares in 10.10 and restore them in 11.10?
    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.

  3. #3
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    Grab a list of software installed through your package manager by running
    Code:
    dpkg --get-selections > /backup/installed-software.lst
    make sure you keep it somewhere safe like a USB key and after installing 11.10 run
    Code:
    dpkg --set-selections < /backup/installed-software.lst
    and then
    Code:
    deselect
    Hopefully this still works with the later versions of Ubuntu!
    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.

  4. #4
    Just Joined!
    Join Date
    Nov 2011
    Posts
    4
    thank you all for helping.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...