Skip to content

Instantly share code, notes, and snippets.

@mecaneer23
Created December 26, 2023 17:47
Show Gist options
  • Save mecaneer23/608d7b00065674287805147650fe9b57 to your computer and use it in GitHub Desktop.
Save mecaneer23/608d7b00065674287805147650fe9b57 to your computer and use it in GitHub Desktop.
Apt - change to old sources for old distributions

Apt replace sources

Inspired from here

sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update && sudo apt-get dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment