Сперва необходимо добавить в /etc/apt/sources.list следующие сервера:
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free
вместо http://ftp.us.debian.org/debian/ можете прописать адрес ближайшего к вам заркала (http://ftp.ru.debian.org/debian/ для России).
Вторым шагом станет увеличение размера кеша у apt:
Создаем файл /etc/apt/apt.conf.d/99cache и прописываем в него следующее:
APT::Cache-Limit "134217728";
Третьим шагом станет настройка apt. Создаем файл
/etc/apt/preferences
со следующим содержимым:Package: *
Pin: release a=stable
Pin-Priority: 600
Package: *
Pin: release a=testing
Pin-Priority: 650
Package: *
Pin: release a=unstable
Pin-Priority: 700
Настройка закончена. теперь само обновление. Выполняем следующие команды:
apt-get update && apt-get upgrade -y && apt-get -y dist-upgrade
Вот и все. Удачи!
Комментариев нет:
Отправить комментарий