Backup all installed packages and move to another computer
Backup installed package list on current machine dpkg --get-selections > selections.txt
move selections.txt to the new machine Set package list on new machine and install packages dpkg --set-selections < selections.txt apt-get update apt-get upgrade
沒有留言:
張貼留言