Difference between revisions of "Ubuntu packages"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "=See installa packages= <source lang=cli> dpkg --get-selections >> /tmp/installed_pkg.lst </source> ==Install a new Ubuntu with same packages== <source lang=cli> scp heth@old.se...")
 
m
Line 12: Line 12:
 
</source>
 
</source>
 
In the dselect menu select menu item 3 - Install
 
In the dselect menu select menu item 3 - Install
 +
{{Source cli}}
 
[[Category:Ubuntu]]
 
[[Category:Ubuntu]]

Revision as of 07:01, 18 April 2012

See installa packages

dpkg --get-selections >> /tmp/installed_pkg.lst

Install a new Ubuntu with same packages

scp heth@old.server.com:/tmp/installed_pkg.lst /tmp
dpkg --get-selections < /tmp/installed_pkg.lst
apt-get install dselect
dselect

In the dselect menu select menu item 3 - Install