Söylemiyorsunuz ama hangi sürümleri alıyorsunuz ve hangi sürümleri bekliyorsunuz?
Hangi depolarım var?
Bu komutu kullanarak sisteminizin hangi havuzları sorgulamak üzere yapılandırıldığını öğrenebilirsiniz:
$ yum repolist | expand
Loaded plugins: fastestmirror, priorities, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: centos.mirror.constant.com
* epel: mirror.steadfast.net
* extras: mirror.symnds.com
* updates: bay.uchicago.edu
77 packages excluded due to repository priority protections
repo id repo name status
base CentOS-6 - Base 6,297+70
epel Extra Packages for Enterprise Linux 6 - x86_64 10,246
extras CentOS-6 - Extras 7+7
updates CentOS-6 - Updates 314
repolist: 16,864
Paket bilgisi
Yüklü olsun ya da olmasın, herhangi bir paketi sorgulayabilirsiniz yum info <pkg>
.
$ yum info cmake
Loaded plugins: fastestmirror, priorities, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: centos.mirror.constant.com
* epel: mirror.steadfast.net
* extras: mirror.symnds.com
* updates: bay.uchicago.edu
77 packages excluded due to repository priority protections
Installed Packages
Name : cmake
Arch : x86_64
Version : 2.6.4
Release : 5.el6
Size : 18 M
Repo : installed
From repo : base
Summary : Cross-platform make system
URL : http://www.cmake.org
License : BSD
Description : CMake is used to control the software compilation process using simple
: platform and compiler independent configuration files. CMake generates
: native makefiles and workspaces that can be used in the compiler
: environment of your choice. CMake is quite sophisticated: it is possible
: to support complex environments requiring system configuration, pre-processor
: generation, code generation, and template instantiation.
Paketin URL'si
repoquery
Komutu kullanarak bir RPM'nin nereden indirildiğini öğrenebilirsiniz .
$ repoquery --location cmake
http://centos.mirrors.hoobly.com/6.5/os/x86_64/Packages/cmake-2.6.4-5.el6.x86_64.rpm
Bu deponun bir parçası olan:
$ repoquery -i cmake | grep Repos
Repository : base
Bu, bu paketi sağlayan CentOS dağıtımının temel deposudur.
Başka hangi depolarda var?
Hangi depoların belirli bir paketi içerdiğini (en azından büyük depoların çoğunu) pkgs.org'u kullanarak sorgulayabilirsiniz .
Bu listeye göre, EPEL repo önceden oluşturulmuş en son sürüme sahiptir. Bu paketin sürümü aşağıdaki gibidir: cmake 28-2.8.11.2-1.
yum
içinde yapılandırma/etc/yum.repos.d/*
; orada kurulu sürümü kilitleyen bir şey var mı.