Difference between revisions of "Old Ubuntu"
From SOUND4wiki
m |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
You can edit <code>/etc/apt/sources.list</code> and change all <code>http://''<s>whatever</s>''.ubuntu.com/ubuntu</code> to <code><nowiki>http://old-releases.ubuntu.com/ubuntu</nowiki></code> | You can edit <code>/etc/apt/sources.list</code> and change all <code>http://''<s>whatever</s>''.ubuntu.com/ubuntu</code> to <code><nowiki>http://old-releases.ubuntu.com/ubuntu</nowiki></code> | ||
+ | |||
+ | Sometimes, it may be necessary to add also the updates channel. For Trusty for instance: | ||
+ | |||
+ | <code>deb <nowiki>http://archive.ubuntu.com/ubuntu</nowiki> trusty main universe restricted</code> | ||
+ | |||
+ | <code>deb <nowiki>http://archive.ubuntu.com/ubuntu</nowiki> trusty-updates main universe restricted</code> | ||
+ | [[Category:Troubleshoot]] |
Latest revision as of 10:56, 14 February 2024
If you can not update anymore your Ubuntu release, you may have to change the repository from which you download packages.
You can edit /etc/apt/sources.list
and change all http://
to whatever.ubuntu.com/ubuntuhttp://old-releases.ubuntu.com/ubuntu
Sometimes, it may be necessary to add also the updates channel. For Trusty for instance:
deb http://archive.ubuntu.com/ubuntu trusty main universe restricted
deb http://archive.ubuntu.com/ubuntu trusty-updates main universe restricted