Ubuntu: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
dpkg –-get-selections | dpkg –-get-selections | ||
apt-get install openssh-client openssh-server | apt-get install openssh-client openssh-server | ||
List packages on one machine and install on another. | |||
dpkg --get-selections > installed-software | |||
dpkg --set-selections < installed-software | |||
dselect | |||
Which package provides. | Which package provides. | ||
http://packages.ubuntu.com/ | http://packages.ubuntu.com/ |
Revision as of 12:33, 23 October 2007
Search for packages.
http://www.ltsp.org/twiki/bin/view/Ltsp/WebHome
Prepare ltsp environment.
sudo cp /etc/apt/sources.list /opt/ltsp/i386/etc/apt/sources.list sudo chroot /opt/ltsp/i386 apt-get update
Installed packages.
dpkg –-get-selections apt-get install openssh-client openssh-server
List packages on one machine and install on another.
dpkg --get-selections > installed-software dpkg --set-selections < installed-software dselect
Which package provides.
http://packages.ubuntu.com/