I have a Linux system with updated and upgraded packages and i install new linux system in another disk i want to copy the updated and upgraded packages from the old system to the new system to avoid make apt update & apt upgrade in the new system . which folders can I copy it from old system to New system
Asked
Active
Viewed 68 times
apt upgrade
command changes various files in various folders not only for the operating system but also for the installed applications. So, finding out exactly which files were "updated" is not simple. You may want to check out Best way to cache apt downloads on a LAN? if you have multiple Ubuntu computers to update in a local area network. – user68186 Nov 09 '23 at 17:48