Tagged: dpkg

0

Get list of installed programs from dead disk ubuntu debian

If you have a dead installation, some will not boot you can use this commands, to get the list of installed programs.

And this command to install it on a new installation:

0

Installere 2 ens Debian maskiner op.

Det kan være praktisk at nå man skal installere 2 ens maskiner op, bare at finde frem til hvilket pakker der er installeret på den ene, og så overfører dem til den anden, dette...

0

Debian: Installing the same packages on another machine

1) dpkg –get-selections > list.txt **do this on source system
**move “list.txt” to target system**
2) dpkg –set-selections < list.txt **do this on target system 3) dselect install ...