Repozytoria,Key All Linux(2).txt

(26 KB) Pobierz
####DEBIAN####Repozytoria Debiana
Debian jest systemem operacyjnym zawierającym tylko wolne oprogramowanie. Jeśli chcesz używać programów, które zawierają nie-wolne zależności (o zamkniętym kodzie źródłowym) lub programów nie-wolnych to dodaj wpis do pliku listy repozytoriów „/etc/apt/sources.list” za pomocą dowolnego edytora tekstu z prawami administratora wydając polecenie :

su
nano /etc/apt/sources.list
 

 

a. Repozytoria wersji stabilnej
W wersji stabilnej zmień istniejący wpis na poniższy :

deb http://ftp.pl.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.pl.debian.org/debian/ stable 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
deb http://www.deb-multimedia.org stable main non-free

lub :

deb http://ftp.pl.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.pl.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://www.deb-multimedia.org wheezy main non-free
gdzie „wheezy” oznacza aktualną stabilną wersję systemu – w przypadku zmiany tej wersji na nowszą, wpisz nową nazwę lub po prostu „stable”.

Backporty :
# Backports
deb http://ftp.debian.org/debian/ wheezy-backports main contrib non-free


 

 

b. Repozytoria wersji testowej
W wersji testowej zmień istniejący wpis na poniższy :

deb http://ftp.pl.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.pl.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
deb http://www.deb-multimedia.org testing main non-free

lub :

deb http://ftp.pl.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.pl.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
deb http://www.deb-multimedia.org jessie main non-free
gdzie „jessie” oznacza aktualną testową wersję systemu – w przypadku zmiany tej wersji na nowszą, wpisz nową nazwę lub po prostu „testing”.

 

 

c. Repozytoria wersji niestabilnej
W wersji niestabilnej zmień istniejący wpis na poniższy :


deb http://ftp.pl.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.pl.debian.org/debian/ sid main contrib non-free
deb http://www.deb-multimedia.org sid main non-free
lub :

deb http://ftp.pl.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.pl.debian.org/debian/ unstable main contrib non-free
deb http://www.deb-multimedia.org unstable main non-free
 

 

d. Repozytoria wersji experymentalnej
Tutaj znajdują się wersje eksperymentalne programów :


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

 

Repozytoria dodatkowe
Iceweasel :
deb http://mozilla.debian.net/ wheezy-backports iceweasel-release

Klucz publiczny :
wget -O- -q http://mozilla.debian.net/archive.asc | gpg --import
gpg --check-sigs --fingerprint --keyring /usr/share/keyrings/debian-keyring.gpg 06C4AE2A
gpg --export -a 06C4AE2A | apt-key add -

lub pobierz i zainstaluj pakiet :
pkg-mozilla-archive-keyring.deb

Przeglądarka Opera
deb http://deb.opera.com/opera/ stable non-free

Przeglądarka Google-Chrome
deb http://dl.google.com/linux/chrome/deb/ stable main

Virtualbox
deb http://download.virtualbox.org/virtualbox/debian/ wheezy contrib non-free


 

 

Klucz publiczny
Dodanie repozytoriów multimedialnych Debiana wymaga zainstalowania klucza publicznego w systemie, poleceniem :
su
apt-get update
apt-get install deb-multimedia-keyring

 

 

Aktywacja zmian
Aby zmiany dokonane w pliku „sources.list” zostały aktywowane trzeba odświeżyć listę pakietów poleceniem jako administrator:
apt-get update
  lub
aptitude update
####UBUNTU####repozytoria ubuntu
Po blisko półtora rocznej przerwie w korzystaniu z Ubuntu na rzecz sidux-a, Debiana i Linux Mint LMDE, postanowiłem ponownie go (Ubuntu 10.04 LTS) zainstalować i sprawdzić jego możliwości. Zaowocowało to aktualizacją rozdziału Repozytoria Ubuntu, bez których miałbym niestety dostęp do starych wersji programów.

Jeśli chcesz w pełni cieszyć się możliwościami Ubuntu to dobrym sposobem na to jest dodanie zewnętrznych repozytoriów. Dzięki temu system zarządzania pakietami będzie miał dostęp do programów i bibliotek, które standardowo nie są używane przez Ubuntu.

Musisz jednak mieć na uwadze, iż repozytoria inne niż oficjalne mogą mieć wpływ na działanie całego systemu i robisz to na własne ryzyko.

Po instalacji Ubuntu repozytoria „main, multiverse, universe i restricted” są aktywne.
Możesz je sprawdzić lub dodać nowe za pomocą dowolnego edytora tekstu wchodząc
do pliku „/etc/apt/sources.list”. 

Jeśli linia adresu zaczyna się od słowa „deb” to znaczy, że system korzysta z tego serwera, jeśli przed adresem wstawiony jest znak „#” to adres jest zablokowany przed użyciem. Aby usunąć znak „#” musisz edytować plik „sources.list” z prawami administratora.

 

W miejsce „DIST” wpisz nazwę swojej wersji Ubuntu, np. „lucid”, „maverick”, „natty”, itd.

 

 

repozytoria podstawowe
Poniżej zamieszczone są obowiązkowe adresy dla Ubuntu :

deb http://pl.archive.ubuntu.com/ubuntu/ DIST main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ DIST main restricted
deb http://pl.archive.ubuntu.com/ubuntu/ DIST-updates main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ DIST-updates main restricted
deb http://pl.archive.ubuntu.com/ubuntu/ DIST universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ DIST universe
deb http://pl.archive.ubuntu.com/ubuntu/ DIST-updates universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ DIST-updates universe
deb http://pl.archive.ubuntu.com/ubuntu/ DIST multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ DIST multiverse
deb http://pl.archive.ubuntu.com/ubuntu/ DIST-updates multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ DIST-updates multiverse
deb http://security.ubuntu.com/ubuntu DIST-security main restricted
deb-src http://security.ubuntu.com/ubuntu DIST-security main restricted
deb http://security.ubuntu.com/ubuntu DIST-security universe
deb-src http://security.ubuntu.com/ubuntu DIST-security universe
deb http://security.ubuntu.com/ubuntu DIST-security multiverse
deb-src http://security.ubuntu.com/ubuntu DIST-security multiverse

 

 

repozytoria multimedialne
Repozytoria Medibuntu zawierają aplikacje, które ze względów prawnych, licencyjnych lub patentowych nie mogły znaleźć się w podstawowych repozytoriach Ubuntu.

Znajdują się tam takie aplikacje jak:
a. odtwarzacz video MPlayer
b. zestaw kodeków „w32codecs” i „w64codecs”
c. Google Eartch
d. odtwarzacz Realplayer i wiele innych.

Aby dodać repozytoria Medibuntu wraz z kluczem publicznym dla każdej wersji Ubuntu skopiuj poniższy tekst i wklej do terminala podając swoje hasło :

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

lub dodaj adres serwera Medibuntu ręcznie do pliku „/etc/apt/sources.list” :

# Medibuntu
deb http://packages.medibuntu.org/ DIST free non-free

 

 

backports
Repozytoria backports zawierają nowe wersje programów, które nie zdążyły wejść
do Ubuntu przed jego wydaniem, lecz przeznaczone są dla nowszej wersji systemu.

Dodaj poniższy wpis do pliku „/et/apt/sources.list” :

# Backports
deb http://archive.ubuntu.com/ubuntu DIST-backports main universe multiverse restricted

 

 

repozytoria dodatkowe
Poniżej znajdziesz listę wybranych, dodatkowych repozytoriów, które pozwolą Ci na instalację aktualnych wersji wielu programów, np:

Bleed (backporty programów i bibliotek multimedialnych, m.in. VLC) :
# Bleed
deb http://ppa.launchpad.net/DIST-bleed/ppa/ubuntu DIST main
# deb-src http://ppa.launchpad.net/DIST-bleed/ppa/ubuntu DIST main

Blender :
# Blender
deb http://ppa.launchpad.net/cheleb/blender-svn/ubuntu DIST main
deb-src http://ppa.launchpad.net/cheleb/blender-svn/ubuntu DIST main

Cairo-dock :
# Cairo-dock
deb http://download.tuxfamily.org/glxdock/repository/ubuntu DIST cairo-dock

    lub :

# Cairo-dock
deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu DIST main
# deb-src http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu DIST main
Chromium (stabilne) :
# Chromium (stable)
deb http://ppa.launchpad.net/chromium-daily/stable/ubuntu DIST main
# deb-src http://ppa.launchpad.net/chromium-daily/stable/ubuntu DIST main

ClamAV :
# ClamAV
deb http://ppa.launchpad.net/claws-mail/ppa/ubuntu DIST main
# deb-src http://ppa.launchpad.net/claws-mail/ppa/ubuntu DIST main

Clementine :
# Clementine
deb http://ppa.launchpad.net/me-davidsansome/clementine/ubuntu DIST main
# deb-src http://ppa.launchpad.net/me-davidsansome/clementine/ubuntu DIST main
Deluge :
# Deluge
deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu DIST main
# deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu DIST main

Exaile :
# Exaile
deb http://ppa.launchpad.net/exaile-devel/ppa/ubuntu DIST main
# deb-src http://ppa.launchpad.net/exaile-devel/ppa/ubuntu DIST main

FileZilla :
# FileZilla
deb http://ppa.launchpad.net/ferramroberto/filezilla/ubuntu DIST main
# deb-src http://ppa.launchpad.net/ferramroberto/filezilla/ubuntu DIST main

Firefox (stabilne) :
# Firefox (stable)
deb http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu DIST main
# deb-src http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu DIST main

Getdeb :
# Getdeb
deb http://archive.getdeb.net/ubuntu DIST...
Zgłoś jeśli naruszono regulamin