Reinstalando todos os pacotes de instalação antiga: mudanças entre as edições

De Física Computacional
Ir para navegação Ir para pesquisar
(Criou página com '== Backup list of installed software == Debian Linux If you are using Debian Linux use dpkg command to list installed software: $ dpkg --get-selections Store list of installe...')
 
(Sem diferença)

Edição atual tal como às 14h50min de 19 de setembro de 2011

Backup list of installed software

Debian Linux If you are using Debian Linux use dpkg command to list installed software:

$ dpkg --get-selections

Store list of installed software to a file called /backup/installed-software.log

$ dpkg --get-selections > /backup/installed-software.log

Now you have a list of installed software. After installing base system you can immediately install all software.

Debian Linux Debian Linux makes your life easy. All you have to do is type following two commands:

# dpkg --set-selections < /backup/installed-software.log

Now your list is imported use dselect or other tools to install the package.

# dselect

Select ‘i‘ for install the software.