Export list of installed programs and install them on another computer (Ubuntu)

Step 1: Store the list of installed packages Run the following command on the source machine to store the installed packages names in ~/pkglist: sudo dpkg –get-selections | sed “s/.*deinstall//” | sed “s/install$//g” > ~/pkglist Step 2: Transfer your config Use scp or rsync or even a flash drive to transfer your home directory (~/*, … Continue reading Export list of installed programs and install them on another computer (Ubuntu)