create, export a file, list of programs which have been installed additionally for ugrade to new Ubuntu Linux version

Asked by Rudi_23

Hallo,

how do create or export a file as list of programs which have been installed additionally which I can use for an easy ugrade to new or higher Ubuntu Linux version.

I am using Ubuntu 9.04

Thanks

Rudi

PS: By the way, does anyone know when the next Ubuntu LTS version will be released?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu dpkg Edit question
Assignee:
No assignee Edit question
Solved by:
Sam_
Solved:
Last query:
Last reply:
Revision history for this message
zvacet (ivicakolic) said :
#1

I can just show you command for full list of packages you installed

dpkg --get-selections > installed-software

This will create text file in your home directory.To keep it on safe place e-mail it to yourself.Download it to another machine and type

dpkg --set-selections < installed-software
dselect

Revision history for this message
Best Sam_ (and-sam) said :
#2
Revision history for this message
Rudi_23 (developer-omdao) said :
#3

Thanks Sam, that solved my question.