If I am looking to provide an offline update for several Ubuntu Linux devices using varying Ubuntu versions, how can I use one update file to standardize them all to the latest release?
I've seen that you can generate a sig file to then use apt-offline to update the outdated packages, but would this only work for one system at a time?
For example, I have two Ubuntu devices. One at 22.04.1 and one at 20.04. My goal is to have one master file on a USB loaded with the latest 22.04.3 software update to be applied to both systems in order to bring them to the same version. How can I achieve this?
Thank you
/var/cache/apt/archives/*.deb
from the virtual machine to a real USB drive. Usesudo apt install /path/to/USB/*deb
to install all the updates. This could work for both Ubuntu 22.04. Create a new VM for Ubuntu 20.04.