среда, 20 мая 2009 г.

Debian Start Pack [Part 3]

Очередной пост Старт Пака, будет ничем иным как списком репозиториев Debian Lenny.

1. Откроем файл со списком репозиториев.
sudo gedit /etc/apt/sources.list
2. И вставляем туда это:

#
# deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 CD Binary-1 20090214-16:29]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 CD Binary-1 20090214-16:29]/ lenny main

# Line commented out by installer because it failed to verify:
deb http://security.debian.org/ lenny/updates main
# Line commented out by installer because it failed to verify:
deb-src http://security.debian.org/ lenny/updates main

# Line commented out by installer because it failed to verify:
deb http://volatile.debian.org/debian-volatile lenny/volatile main
# Line commented out by installer because it failed to verify:
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main

deb http://ftp.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.debian.org/debian/ lenny main contrib non-free

deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib

deb http://www.virtualbox.org/debian etch non-free

deb http://www.debian-multimedia.org/ lenny main
deb-src http://www.debian-multimedia.org/ lenny main

# Repositorios de Musix GNU+Linux /etc/apt/sources.list
deb ftp://musix.ourproject.org/pub/musix/deb/ ./
# Musix-testing
deb ftp://musix.ourproject.org/pub/musix/deb-testing/ ./

deb http://ftp.debian.org/debian/ experimental main non-free contrib
deb-src http://ftp.debian.org/debian/ experimental main non-free contrib

deb http://ftp.us.debian.org/debian lenny main contrib non-free

#Compiz
deb http://download.tuxfamily.org/osrdebian unstable compiz-fusion-git

#Screenlents Repo
deb http://download.opensuse.org/repositories/home:/some-guy:/screenlets/DISTRO_HERE ./

3. Сохраняем.

Теперь вы можете устанавливать программы из репозиториев командой
sudo apt-get install %name%
или
sudo aptitude install %name%

где %name% - название программы.

Комментариев нет:

Отправить комментарий