Pardus 17.1 sürümüne qgis programını yüklerken. NO_PUBKEY CAEB3DC3BDF7FB45 hatası alıyorum ve yükleme tamamlanmıyor. Sadece grass yükleniyor.
Farklı repolar eklemeden; depodan kurulumu aşağıdaki şekilde gerçekleştirebilirsiniz.
sudo apt-get install qgis
LC_ALL=C sudo apt-get install -f
Desteklenen dağıtım sürümleri:
Dağıtım Sürüm Kod adı Also available based on ubuntugis dependencies?
Debian 8.x jessie
9.x stretch
kararsız sid
Ubuntu 17.10 artful [9]
17.04 zesty [8]
16.04 (LTS) xenial [5] yes
14.04 (LTS) trusty yes
12.04 (LTS) precise [6] yes [7]
[4] only starting with Debian Stretch and Ubuntu Xenial (due to libqca not available for Qt5 in trusty)
[5] (1, 2) master for Xenial only available for ubuntugis (plain Xenial lacks GDAL 2)
[6] discontinued since QGIS 2.8.x (due to dependency on GEOS 3.4 not available in precise)
[7] only up to QGIS 2.14.x (due to dependency to GDAL >=1.11 not available in precise ubuntugis)
[8] starting with QGIS 2.18.7
[9] starting with QGIS 2.18.14
Add the lines for one of the repositories to your /etc/apt/sources.list:
deb repository codename main
deb-src repository codename main
Example latest release for Debian jessie:
deb Index of /debian jessie main
deb-src Index of /debian jessie main
If you use one of our ubuntugis based repositories you also need to add following line:
deb Index of /ubuntugis/ubuntugis-unstable/ubuntu codename main
After that type:
sudo apt-get update
sudo apt-get install qgis python-qgis qgis-plugin-grass
Not
Güncelleme yapmadan daha önce yüklenmiş olan GRASS ve QGIS paketlerini lütfen kaldırın.
In case of keyserver errors add the qgis.org repository public key to your apt keyring, type:
wget -O - http://qgis.org/downloads/qgis-2017.gpg.key | gpg --import
gpg --fingerprint CAEB3DC3BDF7FB45
Should output:
pub 2048R/BDF7FB45 2017-08-16 [expires: 2019-08-16]
Key fingerprint = 61E0 A086 749E 463E DE50 2255 CAEB 3DC3 BDF7 FB45
uid QGIS Archive Automatic Signing Key (2017) qgis-developer@lists.osgeo.org
sub 2048R/E959BBCF 2017-08-16 [expires: 2019-08-16]
After you have verified the fingerprint you can add the key to apt with:
gpg --export --armor CAEB3DC3BDF7FB45 | sudo apt-key add -
Alternatively you can download the key from a keyserver and add the key to apt in one go (without manual fingerprint verification):
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key CAEB3DC3BDF7FB45
Link:
http://www.qgis.org/tr/site/forusers/alldownloads.html#debian-ubuntu
Eklemiş olduğunuz depoları silerek sadece Pardus depoları kalacak şekilde ayarlayınız.
Cüneyt bey öncelikle ilginiz için teşekkürker.
Linkte verilen repoları ekledim.Hatta key’i manuel olarak import ettim ama bazı dizinlerin olmadığına dair hata mesajı veriyor. apt-get install -f komutunu da denedim. Ama yükleyemedim.
İlk mesajdaki gibi…
Teşekkürler. Eve gidince ilk fırsatta deneyeceğim. Kolay gelsin.
Cüneyt Bey;
Dediğiniz şekilde yüklemeyi başardım. Çok teşekkür ederim.
Kalan sağlayıcıları ve bağımlıkları ikinci komut halletti. “LC_ALL=C” ifadesinin işlevini merak ettim doğrusu. Açıklayabilir misiniz? Tekrar teşekkürler.
Yüklenecek program ile sistem dili arasındaki karakter uyumsuzluklarında programı varsayılan karakter seti ile yüklemek ve hatta bazen çalıştırmak için kullanılıyor.