[Çözüldü] Medibuntu deposunu eklerken karşılaştığım hata.

Başlatan Tilki, 25 Nisan 2009 - 18:41:39

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

Tilki

Arkadaşlar, Jaunty Jackalope'u kurup, çok şükür Ati ekran kartımı da tanıttıktan sonra Medibuntu deposunu da ekleyeyim istedim.

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list şeklinde bulduğum adresi sadece intrepid ifadesini jaunty'ye çevirerek komut satırına yazdım ve enter komutunu verdim.

Ardından gpg anahtarı olarak sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update yazdım ve enter komutu verdim.



Sanırıım birşeyleri hatalı yaptım ki komut satırında gpg error gibi bir ifade gördüm. Medibuntu deposunu ekleyemediğimi düşündüm ve kontrol etmek için Update Manager'i çalıştırdım. Onda da medibuntu ile ilgili bir hata gördüm. Ben bu işi beceremedim. Ne yapmam lazım? Nerede hata yaptım acaba?

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

Tilki

Aşağıdaki çıktıyı aldım heartsmagic.

Hit http://security.ubuntu.com jaunty-security Release.gpg
Ign http://security.ubuntu.com jaunty-security/main Translation-en_US
Get:1 http://packages.medibuntu.org jaunty Release.gpg [197B]       
Ign http://packages.medibuntu.org jaunty/free Translation-en_US     
Ign http://security.ubuntu.com jaunty-security/restricted Translation-en_US
Ign http://security.ubuntu.com jaunty-security/universe Translation-en_US
Ign http://security.ubuntu.com jaunty-security/multiverse Translation-en_US
Hit http://tr.archive.ubuntu.com jaunty Release.gpg                 
Ign http://tr.archive.ubuntu.com jaunty/main Translation-en_US       
Hit http://security.ubuntu.com jaunty-security Release               
Ign http://packages.medibuntu.org jaunty/non-free Translation-en_US 
Get:2 http://packages.medibuntu.org jaunty Release [11.7kB]         
Ign http://tr.archive.ubuntu.com jaunty/restricted Translation-en_US 
Ign http://tr.archive.ubuntu.com jaunty/universe Translation-en_US   
Ign http://tr.archive.ubuntu.com jaunty/multiverse Translation-en_US
Hit http://tr.archive.ubuntu.com jaunty-updates Release.gpg
Ign http://tr.archive.ubuntu.com jaunty-updates/main Translation-en_US
Ign http://tr.archive.ubuntu.com jaunty-updates/restricted Translation-en_US
Hit http://security.ubuntu.com jaunty-security/main Packages
Ign http://tr.archive.ubuntu.com jaunty-updates/universe Translation-en_US
Ign http://tr.archive.ubuntu.com jaunty-updates/multiverse Translation-en_US
Hit http://tr.archive.ubuntu.com jaunty Release     
Hit http://security.ubuntu.com jaunty-security/restricted Packages             
Hit http://security.ubuntu.com jaunty-security/main Sources                 
Hit http://security.ubuntu.com jaunty-security/restricted Sources           
Hit http://security.ubuntu.com jaunty-security/universe Packages           
Ign http://packages.medibuntu.org jaunty Release                           
Hit http://tr.archive.ubuntu.com jaunty-updates Release               
Hit http://security.ubuntu.com jaunty-security/universe Sources     
Hit http://security.ubuntu.com jaunty-security/multiverse Packages   
Hit http://security.ubuntu.com jaunty-security/multiverse Sources   
Hit http://packages.medibuntu.org jaunty/free Packages               
Hit http://tr.archive.ubuntu.com jaunty/main Packages
Hit http://tr.archive.ubuntu.com jaunty/restricted Packages
Hit http://tr.archive.ubuntu.com jaunty/main Sources
Hit http://tr.archive.ubuntu.com jaunty/restricted Sources
Hit http://tr.archive.ubuntu.com jaunty/universe Packages
Hit http://packages.medibuntu.org jaunty/non-free Packages
Hit http://tr.archive.ubuntu.com jaunty/universe Sources
Hit http://tr.archive.ubuntu.com jaunty/multiverse Packages
Hit http://tr.archive.ubuntu.com jaunty/multiverse Sources
Hit http://tr.archive.ubuntu.com jaunty-updates/main Packages
Hit http://tr.archive.ubuntu.com jaunty-updates/restricted Packages
Hit http://tr.archive.ubuntu.com jaunty-updates/main Sources
Hit http://tr.archive.ubuntu.com jaunty-updates/restricted Sources
Hit http://tr.archive.ubuntu.com jaunty-updates/universe Packages
Hit http://tr.archive.ubuntu.com jaunty-updates/universe Sources
Hit http://tr.archive.ubuntu.com jaunty-updates/multiverse Packages
Hit http://tr.archive.ubuntu.com jaunty-updates/multiverse Sources
Fetched 11.9kB in 0s (12.2kB/s)
Reading package lists... Done
W: GPG error: http://packages.medibuntu.org jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: You may want to run apt-get update to correct these problems

heartsmagic

gpg --keyserver subkeys.pgp.net --recv 2EBC26B60C5A2783
gpg --export --armor 2EBC26B60C5A2783 | sudo apt-key add -
sudo apt-get update


ile dener misin?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

okanlnx

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get -q update
sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring
sudo apt-get -q update

bu işini görür herhalde.

Tilki

heartsmagic, okanlnx;
Çok teşekkür ederim. Bunu da halletmiş olduk. Biraz daha kurcalayayım bakalım, daha ne sorunlar yaratabileceğim...