Manjaro Linux'un paket ve depolar ile ilgili yeniden yapılandırmaya gittigini duyurmuştuk. Bu anlamda sistem güncellemelerin alınabilmesi için bazı dosyalarda geçici olarak elle düzenleme yapılması gerekmektedir. Bu dosyalar pacman.conf ve mirrorlist dosyalarıdır. Bu düzenlemeler nasıl olmalı? Aşağıda anlatılmıştır.
Senkronize ve güncelleme komutlarını verdigimizde şöyle bir hata ile karşılaşabilirsiniz:
# pacman -Syy # pacman -Syu [root@manjaro cuma]# pacman -Syy :: Paket veritabanları senkronize ediliyor... basis 118,7 KiB 161K/s 00:01 [######################] 100% hata: The requested URL returned error: 404 Not Found hatası nedeniyle 'platform.db' dosyası mirror.dacentec.com adresinden alınamadı hata: platform (indirme kütüphanesi hatası) güncellenemedi hata: The requested URL returned error: 404 Not Found hatası nedeniyle 'addon.db' dosyası mirror.dacentec.com adresinden alınamadı hata: addon (indirme kütüphanesi hatası) güncellenemedi hata: The requested URL returned error: 404 Not Found hatası nedeniyle 'extra.db' dosyası mirror.dacentec.com adresinden alınamadı hata: extra (indirme kütüphanesi hatası) güncellenemedi hata: The requested URL returned error: 404 Not Found hatası nedeniyle 'community.db' dosyası mirror.dacentec.com adresinden alınamadı hata: community (indirme kütüphanesi hatası) güncellenemedi [root@manjaro cuma]#
İlk önce yapılması gereken sisteminize uygun ( 32-bit yada 64-bit) pacman.conf dosyasını düzenlemek. Bu dosyalar ayrı ayrı aşağıda verilmiştir.
32-bit için pacman.conf dosyası:
# # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc manjaro-system # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = #IgnoreGroup = #NoUpgrade = #NoExtract = # Misc options #UseSyslog #Color #TotalDownload CheckSpace #VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional #RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official Arch Linux # packagers with `pacman-key --populate archlinux`. # # REPOSITORIES # - can be defined here or included from another file # - pacman will search repositories in the order defined here # - local/custom mirrors can be added here or in separate files # - repositories listed first will take precedence when packages # have identical names, regardless of version number # - URLs will have $repo replaced by the name of the current repo # - URLs will have $arch replaced by the name of the architecture # # Repository entries are of the format: # [repo-name] # Server = ServerName # Include = IncludePath # # The header [repo-name] is crucial - it must be present and # uncommented to enable the repo. # [core] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [extra] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [community] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs
64-bit için pacman.conf dosyası:
# # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc manjaro-system # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = #IgnoreGroup = #NoUpgrade = #NoExtract = # Misc options #UseSyslog #Color #TotalDownload CheckSpace #VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional #RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official Arch Linux # packagers with `pacman-key --populate archlinux`. # # REPOSITORIES # - can be defined here or included from another file # - pacman will search repositories in the order defined here # - local/custom mirrors can be added here or in separate files # - repositories listed first will take precedence when packages # have identical names, regardless of version number # - URLs will have $repo replaced by the name of the current repo # - URLs will have $arch replaced by the name of the architecture # # Repository entries are of the format: # [repo-name] # Server = ServerName # Include = IncludePath # # The header [repo-name] is crucial - it must be present and # uncommented to enable the repo. # [core] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [extra] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [community] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. [multilib] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs
Peki bu degişiklik nasıl yapılacak? Kullandığınız metin edidörü ile ( gedit,leafpad, kwrite gibi ) uçbirimden örnegin şu komutu uygulayın: Örnegin;
sudo gedit /etc/pacman.conf
açılan dosya içerigini silip yukarıda sisteminize uygun pacman.conf içerigini kopyalayıp yapıştırın. Kaydedip çıkın.
Bu aşamadan sonra mirrorlist dosya içerigini degiştirmelisiniz. Aşağıda stable (kararlı) ve unstable (kararsız) olmak üzere iki ayrı mirrorlist seçenegi verilmiştir. Hangisini kullanıyorsanız bununla mirrorlist dosya içerigini degişmelisiniz.
mirrorlist ( stable )
## ## Manjaro Linux repository mirrorlist ## Generated on 2013-03-27 ## Server = http://repo.manjaro.org/stable/$repo/$arch
mirrorlist ( unstable )
## ## Manjaro Linux repository mirrorlist ## Generated on 2013-03-27 ## Server = http://repo.manjaro.org/unstable/$repo/$arch
Degişikligi yukarıda anlatılan yöntemle degiştirip kaydedin. Bu aşamadan sonra uçbirimi root olarak açıp:
#pacman -Syy #pacman -Syu
komutlarını uygulayın. Uygulama sırasında pacman güncelleme veya sürüm yükseltme sorularına evet yanıtını verin. Paket imza hatası alırsanız şu komutu uygulayın:
#pacman-key --init && sudo pacman-key --populate archlinux manjaro
Ardından bir kaç kez pacman -Syy ve pacman -Syu komutlarını uygulayın. Tüm bunlardan sonra şöyle bir tablo oluşur:
[cuma@manjaro ~]$ sudo pacman-key --init && sudo pacman-key --populate archlinux manjaro gpg: Generating pacman keyring master key... gpg: anahtar 8B52C220 son derece güvenli olarak imlendi. gpg: Done ==> Güvenilir veritabanı güncelleniyor ... gpg: 3 şöyle böyle gerekli, 1 tamamen gerekli, PGP güvence modeli gpg: derinlik: 0 geçerli: 1 imzalı: 0 güvenilir: 0-, 0q, 0n, 0m, 0f, 1u ==> Anahtarlar archlinux.gpg' den ekleniyor ... ==> Anahtarlar manjaro.gpg' den ekleniyor ... ==> Anahtar dizisindeki güvenilir anahtarlar yerel olarak imzalanıyor ... -> 0E8B644079F599DFC1DDC3973348882F6AC6A4C2 anahtarı yerel olarak imzalanıyor ... -> B4663188A692DB1E45A98EE95BD96CC4247B52CC anahtarı yerel olarak imzalanıyor ... -> 684148BB25B49E986A4944C55184252D824B18E8 anahtarı yerel olarak imzalanıyor ... -> 1E7908935AAB9A00D6B47503363DFFFD59152F77 anahtarı yerel olarak imzalanıyor ... -> 44D4A033AC140143927397D47EFD567D4C7EA887 anahtarı yerel olarak imzalanıyor ... -> 27FFC4769E19F096D41D9265A04F9397CDFD6BB0 anahtarı yerel olarak imzalanıyor ... -> E4CDFE50A2DA85D58C8A8C70CAA6A59611C7F07E anahtarı yerel olarak imzalanıyor ... -> AB19265E5D7D20687D303246BA1DFB64FFF979E7 anahtarı yerel olarak imzalanıyor ... ==> Sahiplik güven değerleri içe aktarılıyor ... gpg: inserting ownertrust of 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 ==> Güvenilir veritabanı güncelleniyor ... gpg: 3 şöyle böyle gerekli, 1 tamamen gerekli, PGP güvence modeli gpg: derinlik: 0 geçerli: 1 imzalı: 8 güvenilir: 0-, 0q, 0n, 0m, 0f, 1u gpg: derinlik: 1 geçerli: 8 imzalı: 64 güvenilir: 0-, 0q, 0n, 8m, 0f, 0u gpg: derinlik: 2 geçerli: 64 imzalı: 1 güvenilir: 64-, 0q, 0n, 0m, 0f, 0u gpg: sonraki güvence veritabanı denetimi 2014-01-22 de [cuma@manjaro ~]$ su Parola: [root@manjaro cuma]# pacman -Syu :: Paket veritabanları senkronize ediliyor... core deposu güncel extra deposu güncel community deposu güncel :: Öncelikle şu paketler güncellenmelidir : pacman :: Yürütülen işlemi şimdi durdurup :: yeni sürümün yüklenmesini ister misiniz? [E/h] paket bağımlılıkları çözümleniyor... varsa paketler arası çakışmalara bakılıyor... Paketler (2): pacman-mirrorlist-20130421-1 pacman-4.1.0-3 Toplam Kurulum Boyutu: 3,86 MiB Güncelleme Boyutu: 0,03 MiB :: Kuruluma onay veriyor musunuz? [E/h] (2/2) anahtarlıktaki anahtarlar kontrol ediliyor [######################] 100% (2/2) paket bütünlüğü kontrol ediliyor [######################] 100% (2/2) paket dosyaları yükleniyor [######################] 100% (2/2) dosya çakışmaları kontrol ediliyor [######################] 100% (2/2) disk alanı kontrol ediliyor [######################] 100% uyarı: /etc/pacman.d/mirrorlist, /etc/pacman.d/mirrorlist.pacsave olarak kaydedildi (1/2) güncelleniyor pacman-mirrorlist [######################] 100% :: Querying servers, this may take some time... -> unreachable http://manjaro.fis.unb.br/stable/$repo/$arch -> 1.251 http://manjarolinux.polymorf.fr/stable/$repo/$arch -> 1.144 http://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch -> 0.816 http://mirror-europe1.vinzv.de/manjaro/repo/stable/$repo/$arch -> unreachable http://mirror-europe2.vinzv.de/manjaro/repo/stable/$repo/$arch -> 1.364 http://ftp.tu-chemnitz.de/pub/linux/manjaro/stable/$repo/$arch -> unreachable http://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable/$repo/$arch -> 1.157 http://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch -> unreachable http://ftp.heanet.ie/mirrors/manjaro/stable/$repo/$arch -> unreachable ftp://ftp.heanet.ie/mirrors/manjaro/stable/$repo/$arch -> 2.013 ftp://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch -> 0.683 http://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch -> 0.833 http://repo.manjaro.org.uk/stable/$repo/$arch -> 1.364 http://mirror.dacentec.com/manjaro/stable/$repo/$arch -> unreachable http://spiralinear.org/manjaro/repo/stable/$repo/$arch -> unreachable http://mirror-us1.vinzv.de/manjaro/repo/stable/$repo/$arch :: Generated and saved '/etc/pacman.d/mirrorlist' mirrorlist. hint: use `pacman-mirrors` to generate and update your pacman mirrorlist. (2/2) güncelleniyor pacman [######################] 100% [root@manjaro cuma]#
Bunun anlamı artık yeni mirrorlist dosyanız oluşmuştur. Örnegin otomatik oluşan yeni mirrorlist dosyası;##
## Manjaro Linux repository mirrorlist ## Generated on 25 Nisan 2013 ## Use pacman-mirrors to modify ## ## Location: Netherlands ## Time: 0.683 Server = http://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch ## Location: Germany ## Time: 0.816 Server = http://mirror-europe1.vinzv.de/manjaro/repo/stable/$repo/$arch ## Location: United_Kingdom ## Time: 0.833 Server = http://repo.manjaro.org.uk/stable/$repo/$arch ## Location: Germany ## Time: 1.144 Server = http://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch ## Location: Greece ## Time: 1.157 Server = http://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch ## Location: France ## Time: 1.251 Server = http://manjarolinux.polymorf.fr/stable/$repo/$arch ## Location: Germany ## Time: 1.364 Server = http://ftp.tu-chemnitz.de/pub/linux/manjaro/stable/$repo/$arch ## Location: United_States ## Time: 1.364 Server = http://mirror.dacentec.com/manjaro/stable/$repo/$arch ## Location: Netherlands ## Time: 2.013 Server = ftp://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch
Güncelleme sonucu:
[root@manjaro cuma]# pacman -Syu :: Paket veritabanları senkronize ediliyor... core deposu güncel extra deposu güncel community deposu güncel :: Sistem güncellemesi başlatılıyor... yapılacak bir şey yok [root@manjaro cuma]#
Depoları degiştirme nasıl yapılır? Bir başka deyişle kararlı ( stable ) depolarını nasıl kararsız ( unstable ) şekle dönüştürürüz? Yapılması gereken uçbirimi açıp kullandığımız metin editörü ile ( Örnegin; gedit,kwrite yada leafpad gibi )
sudo gedit /etc/pacman-mirrors.conf
açılan dosya içeriginde " ## Branch Pacman should use (stable, testing, unstable)
Branch=stable " kısmında stable yerine unstable yazıp kaydedin.
Örnek:
## ## /etc/pacman-mirrors.conf ## ## Branch Pacman should use (stable, testing, unstable) Branch=unstable ## Generation method ## 1) rank - rank mirrors depending on their access time ## 2) random - randomly generate the output mirrorlist Method=rank ## Specify to use only mirrors from a specific country ## Disabled by default # OnlyCountry=Germany ## Input mirrorlist directory MirrorlistsDir="/etc/pacman.d/mirrors" ## Output mirrorlist OutputMirrorlist="/etc/pacman.d/mirrorlist"
Sonrada
sudo pacman-mirrors -g
komutunu uygulayın. Böylelikle stabil olan kullandığınız depolar artık unstable olacaktır. Yani test halinde,deneme halinde olan paketleri indirmiş olursunuz. Buna en güzel örnegi Gnome 3.8 verebiliriz. Gnome 3.8 henüz unstable depolarında bulunmaktadır. Kuurmak veya denemek isterseniz depoları unstableye çevirmeniz gerekir. Mirrorlist güncellemesinden sonra uçbirimden
#pacman-Syy #pacman-Syu
komutlarını uygulayın. Hepsi bu.
linuxda yeniyim openbox kurdum fakat depoları ayarlarken yanlış birşeyler yaptım sanırım terminalden program kurabiliyorum fakat paket yöneticisi ve güncelleme yöneticisi açılmıyor yardımcı olursanız çok sevinirim
Hoşgeldiniz @karax. Depoları nasıl düzenlediniz bilmiyorum ama önce terminali açıp şu çıktıyı görelim.
$ pacman -Q pamac
komutunu uygulayıp çıkan sonucu buraya aktarın.
Linux ta yeni iseniz yanlış bir seçim yapmışsınız. Bilgisayarınızın özellikleri iyi ise, mesela 2 GB üzerinde RAM var ise mesela en azından, KDE denemelisiniz. Orta halli bir makinanız var ise XFCE öneririm. Ama Openbox, en azından Linux a yeni geçenler için biraz uğraştırıcı olabilir.
hoşbulduk yardım için şimdiden teşekkür ederim
[kara@manjaro ~]$ pacman -Q pamac
pamac 0.6.0-1
Siz hangi sürümü kurdunuz? Birde güncellemeleri aldınızmı? Uçbirimden pamacı kaldırıp yeniden kurmayı deneyin.
$sudo pacman -R pamac
komutuyla paketi kaldırın. Sonra
$sudo pacman -Syy $sudo pacman -Syu
ile güncellemeleri alıp
$sudo pacman -S pamac
komutuyla pamacı yeniden kurun.
tamam düzeldi çok teşekkürler
bir kaç gündür linüxün farklı versiyonlarını deniyordum kaç defa formatladım bilmiyorum 😀
manjaro openbox da karar kıldım zor olması önemli değil öğrenicez artık yardımlarınızla çok çok teşekkürler
Rica ederim, sorunu çözmüş olmanıza sevindim. Deneyimlerinizi ve sorunlarınızı yazmaktan çekinmeyin.
iyi akşamlar az önce güncelleme yaparken şöyle bi durumla karşılaştım. bi çözüm yolu bulamadım. yardımcı olur musunuz ?
[root@kfnn ~]# pacman -Syu :: Paket veritabanları senkronize ediliyor... core deposu güncel extra deposu güncel community deposu güncel multilib deposu güncel :: Sistem güncellemesi başlatılıyor... uyarı: apr-util: yerel depodaki paket (1.5.2-1) extra deposundaki paketten (1.5.1-1) daha güncel uyarı: at-spi2-atk: yerel depodaki paket (2.8.1-1) extra deposundaki paketten (2.6.2-1) daha güncel uyarı: at-spi2-core: yerel depodaki paket (2.8.0-1) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: atk: yerel depodaki paket (2.8.0-1) extra deposundaki paketten (2.6.0-1) daha güncel uyarı: atkmm: yerel depodaki paket (2.22.7-1) extra deposundaki paketten (2.22.6-1) daha güncel uyarı: bumblebee: yerel depodaki paket (3.2-1) core deposundaki paketten (3.1-3) daha güncel uyarı: calligra-braindump: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-filters: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-flow: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-handbook: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-karbon: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-kexi: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-krita: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-libs: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-plan: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-plugins: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-sheets: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-stage: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-tools: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: calligra-words: yerel depodaki paket (2.6.3-3) extra deposundaki paketten (2.6.3-1) daha güncel uyarı: colord: yerel depodaki paket (0.1.33-1) extra deposundaki paketten (0.1.31-1) daha güncel uyarı: cups-filters: yerel depodaki paket (1.0.34-2) extra deposundaki paketten (1.0.34-1) daha güncel uyarı: dconf: yerel depodaki paket (0.16.0-1) extra deposundaki paketten (0.14.1-1) daha güncel uyarı: dirmngr: yerel depodaki paket (1.1.0-5) core deposundaki paketten (1.1.0-4) daha güncel uyarı: dmidecode: yerel depodaki paket (2.12-1) extra deposundaki paketten (2.11-2) daha güncel uyarı: docbook-xsl: yerel depodaki paket (1.78.1-1) extra deposundaki paketten (1.78.0-1) daha güncel uyarı: farstream: yerel depodaki paket (0.2.3-1) extra deposundaki paketten (0.2.2-1) daha güncel uyarı: fontconfig: yerel depodaki paket (2.10.92-4) extra deposundaki paketten (2.10.2-1) daha güncel uyarı: gdk-pixbuf2: yerel depodaki paket (2.28.1-1) extra deposundaki paketten (2.26.5-2) daha güncel uyarı: gegl: yerel depodaki paket (0.2.0-7) extra deposundaki paketten (0.2.0-6) daha güncel uyarı: geoip: yerel depodaki paket (1.5.0-1) extra deposundaki paketten (1.4.8-2) daha güncel uyarı: glib-networking: yerel depodaki paket (2.36.1-1) extra deposundaki paketten (2.34.2-1) daha güncel uyarı: glib2: yerel depodaki paket (2.36.1-1) core deposundaki paketten (2.34.3-1) daha güncel uyarı: glibmm: yerel depodaki paket (2.36.0-1) extra deposundaki paketten (2.34.1-1) daha güncel uyarı: gnome-icon-theme: yerel depodaki paket (3.8.0-1) extra deposundaki paketten (3.6.2-1) daha güncel uyarı: gnome-icon-theme-symbolic: yerel depodaki paket (3.8.0.1-1) extra deposundaki paketten (3.6.2-1) daha güncel uyarı: gnupg: yerel depodaki paket (2.0.19-7) core deposundaki paketten (2.0.19-6) daha güncel uyarı: gparted: yerel depodaki paket (0.16.0-1) extra deposundaki paketten (0.15.0-1) daha güncel uyarı: gpgme: yerel depodaki paket (1.4.0-1) core deposundaki paketten (1.3.2-1) daha güncel uyarı: gsettings-desktop-schemas: yerel depodaki paket (3.8.0-1) extra deposundaki paketten (3.6.1-1) daha güncel uyarı: gtk3: yerel depodaki paket (3.8.1-1) extra deposundaki paketten (3.6.4-2) daha güncel uyarı: harfbuzz: yerel depodaki paket (0.9.16-1) extra deposundaki paketten (0.9.15-1) daha güncel uyarı: ilmbase: yerel depodaki paket (2.0.0-1) extra deposundaki paketten (1.0.3-1) daha güncel uyarı: imagemagick: yerel depodaki paket (6.8.4.10-1) extra deposundaki paketten (6.8.4.6-1) daha güncel uyarı: jdk7-openjdk: yerel depodaki paket (7.u21_2.3.9-1) extra deposundaki paketten (7.u17_2.3.8-1) daha güncel uyarı: jre7-openjdk: yerel depodaki paket (7.u21_2.3.9-1) extra deposundaki paketten (7.u17_2.3.8-1) daha güncel uyarı: jre7-openjdk-headless: yerel depodaki paket (7.u21_2.3.9-1) extra deposundaki paketten (7.u17_2.3.8-1) daha güncel uyarı: js: yerel depodaki paket (17.0.0-1) extra deposundaki paketten (1.8.5-3) daha güncel uyarı: kdebase-runtime: yerel depodaki paket (4.10.2-3) extra deposundaki paketten (4.10.2-2) daha güncel uyarı: kdelibs: yerel depodaki paket (4.10.2-3) extra deposundaki paketten (4.10.2-1) daha güncel uyarı: krb5: yerel depodaki paket (1.11.2-1) core deposundaki paketten (1.11.1-1) daha güncel uyarı: ktoblzcheck: yerel depodaki paket (1.41-1) community deposundaki paketten (1.40-1) daha güncel uyarı: lib32-fontconfig: yerel depodaki paket (2.10.92-1) multilib deposundaki paketten (2.10.2-1) daha güncel uyarı: lib32-glib2: yerel depodaki paket (2.36.1-3) multilib deposundaki paketten (2.34.3-1) daha güncel uyarı: lib32-libdrm: yerel depodaki paket (2.4.44-1) multilib deposundaki paketten (2.4.43-1) daha güncel uyarı: lib32-libgcrypt: yerel depodaki paket (1.5.2-1) multilib deposundaki paketten (1.5.1-1) daha güncel uyarı: lib32-primus: yerel depodaki paket (20130425-1) multilib deposundaki paketten (20130410-1) daha güncel uyarı: lib32-systemd: yerel depodaki paket (202-1) multilib deposundaki paketten (198-2) daha güncel uyarı: libdrm: yerel depodaki paket (2.4.44-1) extra deposundaki paketten (2.4.43-1) daha güncel uyarı: libgcrypt: yerel depodaki paket (1.5.2-1) core deposundaki paketten (1.5.1-1) daha güncel uyarı: libgusb: yerel depodaki paket (0.1.6-1) extra deposundaki paketten (0.1.4-1) daha güncel uyarı: libksba: yerel depodaki paket (1.3.0-1) core deposundaki paketten (1.2.0-3) daha güncel uyarı: libnice: yerel depodaki paket (0.1.4-1) extra deposundaki paketten (0.1.3-1) daha güncel uyarı: libofx: yerel depodaki paket (0.9.8-1) extra deposundaki paketten (0.9.7-1) daha güncel uyarı: libreoffice-base: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-calc: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-common: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-draw: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-en-US: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-gnome: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-impress: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-kde4: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-math: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-postgresql-connector: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-sdk: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-sdk-doc: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: libreoffice-writer: yerel depodaki paket (4.0.2-3) extra deposundaki paketten (4.0.2-2) daha güncel uyarı: librsvg: yerel depodaki paket (2.37.0-1) extra deposundaki paketten (2.36.4-1) daha güncel uyarı: libsigc++: yerel depodaki paket (2.3.1-1) extra deposundaki paketten (2.2.11-1) daha güncel uyarı: libsoup: yerel depodaki paket (2.42.2-1) extra deposundaki paketten (2.40.3-1) daha güncel uyarı: libtasn1: yerel depodaki paket (3.3-1) extra deposundaki paketten (3.2-1) daha güncel uyarı: libusbx: yerel depodaki paket (1.0.15-1) core deposundaki paketten (1.0.14-1) daha güncel uyarı: libwpd: yerel depodaki paket (0.9.6-1) extra deposundaki paketten (0.9.4-1) daha güncel uyarı: libwps: yerel depodaki paket (0.2.8-1) extra deposundaki paketten (0.2.7-1) daha güncel uyarı: lirc-utils: yerel depodaki paket (1:0.9.0-42) extra deposundaki paketten (1:0.9.0-41) daha güncel uyarı: llvm: yerel depodaki paket (3.2-6) extra deposundaki paketten (3.2-5) daha güncel uyarı: man-pages: yerel depodaki paket (3.51-1) core deposundaki paketten (3.50-1) daha güncel uyarı: manjaro-system: yerel depodaki paket (20130425-1) core deposundaki paketten (20130420-1) daha güncel uyarı: modemmanager: yerel depodaki paket (0.7.990-4) extra deposundaki paketten (0.6.0.0-1) daha güncel uyarı: netcfg: yerel depodaki paket (3.0-2) core deposundaki paketten (3.0-1) daha güncel uyarı: networkmanager: yerel depodaki paket (0.9.8.0-3) extra deposundaki paketten (0.9.8.0-2) daha güncel uyarı: octopi: yerel depodaki paket (0.1.0422-1) extra deposundaki paketten (0.1.0408-1) daha güncel uyarı: opencv: yerel depodaki paket (2.4.5-2) extra deposundaki paketten (2.4.5-1) daha güncel uyarı: openexr: yerel depodaki paket (2.0.0-1) extra deposundaki paketten (1.7.1-2) daha güncel uyarı: opengtl: yerel depodaki paket (0.9.18-1) extra deposundaki paketten (0.9.17-2) daha güncel uyarı: oxygen-gtk2: yerel depodaki paket (1.3.3-1) extra deposundaki paketten (1.3.2.1-1) daha güncel uyarı: oxygen-gtk3: yerel depodaki paket (1.1.3-1) extra deposundaki paketten (1.1.2-1) daha güncel uyarı: p11-kit: yerel depodaki paket (0.18.1-1) extra deposundaki paketten (0.13-1) daha güncel uyarı: pango: yerel depodaki paket (1.34.0-1) extra deposundaki paketten (1.32.5-1) daha güncel uyarı: pangomm: yerel depodaki paket (2.34.0-1) extra deposundaki paketten (2.28.4-1) daha güncel uyarı: perl: yerel depodaki paket (5.16.3-3) core deposundaki paketten (5.16.3-2) daha güncel uyarı: polkit: yerel depodaki paket (0.110-2) extra deposundaki paketten (0.110-1) daha güncel uyarı: poppler: yerel depodaki paket (0.22.3-2) extra deposundaki paketten (0.22.2-1) daha güncel uyarı: poppler-qt: yerel depodaki paket (0.22.3-2) extra deposundaki paketten (0.22.2-1) daha güncel uyarı: primus: yerel depodaki paket (20130425-1) core deposundaki paketten (20130410-1) daha güncel uyarı: pyqt-common: yerel depodaki paket (4.10.1-1) extra deposundaki paketten (4.10-1) daha güncel uyarı: python2-pyqt: yerel depodaki paket (4.10.1-1) extra deposundaki paketten (4.10-1) daha güncel uyarı: python2-sip: yerel depodaki paket (4.14.6-1) extra deposundaki paketten (4.14.5-1) daha güncel uyarı: qtwebkit: yerel depodaki paket (2.3.1-1) extra deposundaki paketten (2.3.0-1) daha güncel uyarı: sip: yerel depodaki paket (4.14.6-1) extra deposundaki paketten (4.14.5-1) daha güncel uyarı: soundkonverter: yerel depodaki paket (2.0.1-1) community deposundaki paketten (2.0.0-1) daha güncel uyarı: systemd: yerel depodaki paket (202-2) core deposundaki paketten (198-4) daha güncel :: systemd-sysvcompat paketini core/systemd ile değiştirmek ister misiniz? [E/h]
Bu bir hata degildir. Soruya evet yanıtını verip devam edin. Bu arada pacman.conf ve mirrorlist içerigini buraya aktarırmısın.?
bu mirrorlist
## Manjaro Linux repository mirrorlist ## Generated on 26 Nisan 2013 ## Use pacman-mirrors to modify ## ## Location: Netherlands ## Time: 0.683 Server = http://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch ## Location: Germany ## Time: 0.725 Server = http://mirror-europe1.vinzv.de/manjaro/repo/stable/$repo/$arch ## Location: United_Kingdom ## Time: 0.856 Server = http://repo.manjaro.org.uk/stable/$repo/$arch ## Location: Germany ## Time: 0.944 Server = http://ftp.tu-chemnitz.de/pub/linux/manjaro/stable/$repo/$arch ## Location: France ## Time: 0.992 Server = http://manjarolinux.polymorf.fr/stable/$repo/$arch ## Location: Greece ## Time: 1.134 Server = http://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch ## Location: Ireland ## Time: 1.194 Server = http://ftp.heanet.ie/mirrors/manjaro/stable/$repo/$arch ## Location: United_States ## Time: 1.314 Server = http://mirror.dacentec.com/manjaro/stable/$repo/$arch ## Location: Germany ## Time: 1.582 Server = http://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable/$repo/$arch ## Location: Germany ## Time: 1.622 Server = http://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch ## Location: Netherlands ## Time: 2.144 Server = ftp://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch ## Location: United_States ## Time: 2.218 Server = http://spiralinear.org/manjaro/repo/stable/$repo/$arch ## Location: Ireland ## Time: 2.470 Server = ftp://ftp.heanet.ie/mirrors/manjaro/stable/$repo/$arch
bu da pacman.conf dosyası
# # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc manjaro-system # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = #IgnoreGroup = #NoUpgrade = #NoExtract = # Misc options #UseSyslog #Color #TotalDownload CheckSpace #VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional #RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official Arch Linux # packagers with `pacman-key --populate archlinux`. # # REPOSITORIES # - can be defined here or included from another file # - pacman will search repositories in the order defined here # - local/custom mirrors can be added here or in separate files # - repositories listed first will take precedence when packages # have identical names, regardless of version number # - URLs will have $repo replaced by the name of the current repo # - URLs will have $arch replaced by the name of the architecture # # Repository entries are of the format: # [repo-name] # Server = ServerName # Include = IncludePath # # The header [repo-name] is crucial - it must be present and # uncommented to enable the repo. # [core] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [extra] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [community] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. [multilib] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs
64-bitmi kullanıyorsun? Birde pacman-mirrors.conf içerigine bakalım.
evet 64 bit kullanıyorum ama pacman-mirrors.conf dosyası yok bende..
pacman-mirrors.conf dosyası yoksa mirrorlist içerigi nasıl oluştu? Forumdaki anlatımdan kopyala yapıştırmı yaptınız? Kde kullandığınızı varsayarak aşağıdaki çıktıyı alalım. Kwriteden farklı metin edidörü kullanıyorsanız kwritenin yerine onu yazın. Bu arada güncellemeleri aldınızmı?
$sudo kwrite /etc/pacman-mirrors.conf