Відмінності між версіями «Оновлення ОС Debian Linux»
Dubyk (обговорення • внесок) м |
Dubyk (обговорення • внесок) м |
||
Рядок 1: | Рядок 1: | ||
Оновлення ОС Debian GNU/Linux | Оновлення ОС Debian GNU/Linux | ||
− | = Оновлення Debian 5 = | + | = Оновлення Debian 5 Lenny »» 6 Squeeze = |
+ | |||
+ | == Поновлення існуючої системи == | ||
+ | |||
+ | apt-get update | ||
+ | apt-get upgrade | ||
+ | apt-get dist-upgrade | ||
+ | |||
+ | == Репозитарій Squeeze == | ||
+ | |||
+ | У /etc/apt/sources.list додати рядки | ||
+ | |||
+ | deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free | ||
+ | deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free | ||
+ | |||
+ | deb http://security.debian.org/ squeeze/updates main contrib non-free | ||
+ | deb-src http://security.debian.org/ squeeze/updates main contrib non-free | ||
+ | |||
+ | deb http://ftp.us.debian.org/debian squeeze-updates main contrib non-free | ||
+ | deb-src http://ftp.us.debian.org/debian squeeze-updates main contrib non-free | ||
+ | |||
+ | |||
+ | Рядки репозитаріїв Lenny закоментувати. | ||
+ | |||
+ | Оновити перелік пакунків: | ||
+ | |||
+ | apt-get update | ||
+ | |||
+ | == Вилучення старого ядра == | ||
+ | |||
+ | apt-get remove linux-source-2.6 linux-headers-2.6-486 | ||
+ | |||
+ | == Встановлення нового ядра == | ||
+ | |||
+ | Також встановлюються й прошивки. | ||
+ | |||
+ | apt-get install linux-headers-2.6.32-5-686 linux-kbuild-2.6.32 linux-source-2.6.32 linux-headers-2.6.32-5-common linux-image-2.6.32-5-686 firmware-linux-free firmware-linux-nonfree | ||
+ | |||
+ | |||
… | … | ||
== Посилання == | == Посилання == | ||
− | * [http://www.eaktion.com/blog/2011/06/06/upgrading-from-debian-lenny-to-squeeze-version-6/ ] | + | * [http://www.eaktion.com/blog/2011/06/06/upgrading-from-debian-lenny-to-squeeze-version-6/ Upgrading from Debian Lenny to Squeeze (version 6)] |
= Див. також = | = Див. також = |
Версія за 10:27, 21 лютого 2012
Оновлення ОС Debian GNU/Linux
Зміст
Оновлення Debian 5 Lenny »» 6 Squeeze
Поновлення існуючої системи
apt-get update apt-get upgrade apt-get dist-upgrade
Репозитарій Squeeze
У /etc/apt/sources.list додати рядки
deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main contrib non-free deb-src http://security.debian.org/ squeeze/updates main contrib non-free deb http://ftp.us.debian.org/debian squeeze-updates main contrib non-free deb-src http://ftp.us.debian.org/debian squeeze-updates main contrib non-free
Рядки репозитаріїв Lenny закоментувати.
Оновити перелік пакунків:
apt-get update
Вилучення старого ядра
apt-get remove linux-source-2.6 linux-headers-2.6-486
Встановлення нового ядра
Також встановлюються й прошивки.
apt-get install linux-headers-2.6.32-5-686 linux-kbuild-2.6.32 linux-source-2.6.32 linux-headers-2.6.32-5-common linux-image-2.6.32-5-686 firmware-linux-free firmware-linux-nonfree
…