Skip to content

Most simple way to backup and reinstall all installed packages

Notifications You must be signed in to change notification settings

erkan/UbuntuPackageBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Ubuntu Package Backup and Restore

Most simple way to backup and reinstall all installed packages.

Create a Nightly Job:

dpkg --get-selections > /home/username/installed-packages.list

After a clean install, restore your home directory, set up your Non-Ubuntu repositories. Then to reinstall all:

sudo apt update

sudo dpkg --set-selections < /home/username/installed-packages.list

sudo apt-get dselect-upgrade

That's all

About

Most simple way to backup and reinstall all installed packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published