Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 561 Bytes

README.md

File metadata and controls

executable file
·
16 lines (10 loc) · 561 Bytes

linuxtools

Tools for usefull Systemadministration

Cloning a Debian system - identical packages and versions

I have long wished for the ability to install a Debian system specifying both the package list and the exact versions of the packages installed.

dpkg --get-selections | ssh newhost dpkg --set-selections

is useful but always chooses the latest version, and especially when using testing or unstable, it is sometimes necessary to temporarily downgrade a package from the latest version available.

Will be deletet if portet to new repo