Dodatna skladista
Iz projekta Ubuntu-RS Wiki
(Preusmereno sa Dodatni Repositories)
Dodavanje dodatnih skladista
Moguće je dodati dodatna skladista, kao što su third parties ili one za starije verzije Ubuntua.
Upozorenje
Budite oprezni kada instalirate programe sa third-party skladista. Oni možda nisu testirani na Ubuntu i mogu srušiti vaš sistem.
- Uđite u System → Administration → Software Sources i uključite Third-Party Software.
- Pritisnite Add da bi dodali nova skladista.
- Unesite APT liniju dodatnog skladista. Ovo bi trebalo da bude dostupno na stranici skladista i trebalo bi da ima oblik sličan ovom: deb http://archive.ubuntu.com/ubuntu/ feisty universe
- Kliknite Add Source a zatim kliknite Close da biste snimili promene.
- Kliknite Reload u paket menadžeru da biste osvežili listu dostupnih paketa.
Drugi način za dodavanje je da pratite sledeće korake (ovo radite na sopstveni rizik):
- Napravite backup vaše trenutne liste
sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup
- Otvorite sources.list u programu za kucanje teksta (na primer gedit/kate, koji je grafički program za kucanje teksta)
Ubuntu (GNOME) korisnici:
sudo gedit /etc/apt/sources.list
Kubuntu (KDE) korisnici:
sudo kate /etc/apt/sources.list
Ukoliko prethodne dve opcije ne rade:
sudo nano /etc/apt/sources.list
- Ono što se nalazi u listi zamenite sa sledećim ili dodajte one redove koje nemate:
## See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to ## newer versions of the distribution. ## Add comments (##) in front of any line to remove it from being checked. ## Use the following sources.list at your own risk. ## Uncomment deb-src if you wish to download the source packages ## If you have a install CD you can add it to the reposity using 'apt-cdrom add' ## which will add a line similar to the following: #deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Beta i386 (20070322.1)]/ feisty main restricted deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted #deb-src http://us.archive.ubuntu.com/ubuntu/ feisty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted #deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://us.archive.ubuntu.com/ubuntu/ feisty universe #deb-src http://us.archive.ubuntu.com/ubuntu/ feisty universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://us.archive.ubuntu.com/ubuntu/ feisty multiverse #deb-src http://us.archive.ubuntu.com/ubuntu/ feisty multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse #deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu feisty-security main restricted #deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted deb http://security.ubuntu.com/ubuntu feisty-security universe #deb-src http://security.ubuntu.com/ubuntu feisty-security universe deb http://security.ubuntu.com/ubuntu feisty-security multiverse #deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse ## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) ## Medibuntu - Ubuntu 7.04 "feisty fawn" ## Please report any bug on https://launchpad.net/products/medibuntu/+bugs deb http://medibuntu.sos-sts.com/repo/ feisty free non-free #deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free ## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu ## servers. RealPlayer10, Opera, DesktopSecure and more to come.) deb http://archive.canonical.com/ubuntu feisty-commercial main ## enlightenment e17 beta, use at your own risk ## E17 is in Beta and may break or break your system #deb http://edevelop.org/pkg-e/ubuntu feisty e17 #deb http://e17.dunnewind.net/ubuntu feisty e17 #deb-src http://edevelop.org/pkg-e/ubuntu feisty e17
- Zatim sve to snimite
- Skinite potrebene gpg ključeve ovako:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
wget -q http://lut1n.ifrance.com/repo_key.asc -O- | sudo apt-key add -
- Osvežite listu sa Reload iz Synaptic-a ili iz terminala:
sudo aptitude update
- Takođe možete napraviti svoj sources.list i naći dodatne na: http://www.ubuntulinux.nl/source-o-matic
- Menjajte sources.list samo ako znate šta radite. Ako niste site sigurni da znate šta radite, možete srušiti vaš sistem.

