sources.list (K)ubuntu program paketlerinin bulunduğu depoların adreslerini icerir. Varsayılan olarak bazı depolar bu listede kapatılmıştır. Bu depoları listeyi değiştirerek kullanabilirsiniz. Ayrıca bu listeye yeni depo adresleri ekleyebilirsiniz. Bu listede yer alan depolardan kurulan programlar root yetkisi ile kurulduğundan guvenilir kaynakları tercih etmeniz tavsiye edilir.
Uygulamalar-Donatılar-Ucbirim ile acacağınız terminalde:
Kod:
gksudo gedit /etc/apt/sources.list
ile dosyayı acıp aşağıdaki dosyayı aynen kendinizinkiyle değiştirin.
Ornek sources.list dosyası. Oneiric Ocelot 11.10 icindir, Hollanda yansıları kullanılmıştır. Neden Hollanda yansıları? Cunku hızlı.
Alıntı:
# deb cdrom:[Ubuntu 11.10_Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://nl.archive.ubuntu.com/ubuntu oneiric main restricted
# deb-src http://tr.archive.ubuntu.com/ubuntu oneiric main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://nl.archive.ubuntu.com/ubuntu oneiric-updates main restricted
# deb-src http://tr.archive.ubuntu.com/ubuntu oneiric-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://nl.archive.ubuntu.com/ubuntu oneiric universe
# deb-src http://tr.archive.ubuntu.com/ubuntu oneiric universe
deb http://nl.archive.ubuntu.com/ubuntu oneiric-updates universe
# deb-src http://tr.archive.ubuntu.com/ubuntu oneiric-updates 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://nl.archive.ubuntu.com/ubuntu oneiric multiverse
# deb-src http://tr.archive.ubuntu.com/ubuntu oneiric multiverse
deb http://nl.archive.ubuntu.com/ubuntu oneiric-updates multiverse
# deb-src http://tr.archive.ubuntu.com/ubuntu oneiric-updates 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://nl.archive.ubuntu.com/ubuntu oneiric-backports main restricted universe multiverse
# deb-src http://tr.archive.ubuntu.com/ubuntu oneiric-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu oneiric-security main restricted
# deb-src http://security.ubuntu.com/ubuntu oneiric-security main restricted
deb http://security.ubuntu.com/ubuntu oneiric-security universe
# deb-src http://security.ubuntu.com/ubuntu oneiric-security universe
deb http://security.ubuntu.com/ubuntu oneiric-security multiverse
# deb-src http://security.ubuntu.com/ubuntu oneiric-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu oneiric partner
# deb-src http://archive.canonical.com/ubuntu oneiric partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu oneiric main
# deb-src http://extras.ubuntu.com/ubuntu oneiric main
Dosyayı kayıt edip cıkın.
Veri tabanını guncelleyin.
Kod:
sudo apt-get update
Guncel dil deposunu eklemek icin şunları uygulayın ;
Kararlı yayımlar icin dil paketlerinin haftada iki kere yapılan guncelleme kaynağıdır. Kaynak listesinin eklenmesi:
10.10,11.04 ve 11.10 icin:
Kod:
sudo add-apt-repository ppa:ubuntu-langpack/ppa
Kod:
sudo apt-get update
Kod:
sudo apt-get upgrade
komutları ile guncel dil paketlerini kullanabilirsiniz.
9.10 Karmic Koala ve 10.04 Lucid Lynx İcin
Kod:
sudo add-apt-repository ppa:ubuntu-langpack/ppa
Kod:
sudo apt-get update
9.04 Jaunty Jackalope İcin
Kod:
sudo gedit /etc/apt/sources.list
ile kaynak listenizi acın ve en alta şu satırları ekleyin ve kaydedin:
Kod:
deb http://ppa.launchpad.net/ubuntu-langpack/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/ubuntu-langpack/ppa/ubuntu jaunty main
Daha sonra şu komutları uygulayın:
Kod:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4515F634
Kod:
sudo apt-get update
8.10 Intrepid Ibex İcin
Kod:
sudo gedit /etc/apt/sources.list
ile kaynak listenizi acın ve en alta şu satırları ekleyin ve kaydedin:
Kod:
deb http://ppa.launchpad.net/ubuntu-langpack/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/ubuntu-langpack/ppa/ubuntu intrepid main
Daha sonra şu komutları uygulayın:
Kod:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4515F634
Kod:
sudo apt-get update
8.04 Hardy Heron İcin
Kod:
sudo gedit /etc/apt/sources.list
ile kaynak listenizi acın ve en alta şu satırları ekleyin ve kaydedin:
Kod:
deb http://ppa.launchpad.net/ubuntu-langpack/ppa/ubuntu hardy main deb-src http://ppa.launchpad.net/ubuntu-langpack/ppa/ubuntu hardy main
Daha sonra şu komutları uygulayın:
Kod:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4515F634
Kod:
sudo apt-get update
Kaynak : forum.ubuntu
__________________
Sources.list - Depo/Kaynak listesi
Linux0 Mesaj
●35 Görüntüleme
- ReadBull.net
- Donanım Forumları
- işletim Sistemleri
- Linux
- Sources.list - Depo/Kaynak listesi