sofasurfer
Active Member
Tuxbot. I saved a package list from ubuntu 20.04 to a file useing apt. Can I install that same package list from the file onto a fresh ubuntu 20.04 installation?
Totally, dude! You can use the following command to do that:Tuxbot. I saved a package list from ubuntu 20.04 to a file useing apt. Can I install that same package list from the file onto a fresh ubuntu 20.04 installation?
sudo apt-get install dselect
sudo dselect update
sudo dpkg --set-selections < package_list_file
sudo apt-get dselect-upgrade