1. Сделаем резервную копию текущего списка репозиториев — /etc/apt/sources.list. В терминале выполним команду:
1 | sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup |
2. Очистим список и добавим следующие строки:
## EOL upgrade sources.list
# Required
deb http://old-releases.ubuntu.com/ubuntu/ natty main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ natty-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse
# Optional
#deb http://old-releases.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
#deb http://old-releases.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse
3. Сохраним файл и обновим кеш:
1 | sudo apt-get update |
Всё готово!
If you found an error, highlight it and press Shift + Enter or to inform us.