yum search - package versionIn RHEL 5, yum cannot find a package (python-devel)How to know from which yum repository a package has been installed?question on yumYum update info from what version, to what versionYum: What is the @shortname for a Package Group?Yum doesn't install latest version of Git on Centos6Versions of Package with YUMyum list showing wrong versionHow to get package info on YUMyum priority plugin does not allow to install package
How to construct an hbox with negative height?
PhD - Well known professor or well known school?
Second (easy access) account in case my bank screws up
Would the US government be able to hold control if all electronics were disabled for an indefinite amount of time?
Can I make plugins required?
Logarithm of exponential
English word for "product of tinkering"
Pre-1972 sci-fi short story or novel: alien(?) tunnel where people try new moves and get destroyed if they're not the correct ones
Fixing obscure 8080 emulator bug?
What can I, as a user, do about offensive reviews in App Store?
What is the highest possible temporary AC at level 1, without any help from others?
Mobile App Appraisal
How to signal to my players that the following part is supposed to be played on fast forward?
Character descriptions
Déjà vu, again?
What is the actual quality of machine translations?
How to return a security deposit to a tenant
How did old MS-DOS games utilize various graphic cards?
Generate a Graeco-Latin square
Why is one of Madera Municipal's runways labelled with only "R" on both sides?
Why would future John risk sending back a T-800 to save his younger self?
Arriving at the same result with the opposite hypotheses
Should an arbiter claim draw at a K+R vs K+R endgame?
Compiling C files on Ubuntu and using the executable on Windows
yum search - package version
In RHEL 5, yum cannot find a package (python-devel)How to know from which yum repository a package has been installed?question on yumYum update info from what version, to what versionYum: What is the @shortname for a Package Group?Yum doesn't install latest version of Git on Centos6Versions of Package with YUMyum list showing wrong versionHow to get package info on YUMyum priority plugin does not allow to install package
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
How can I tell the version of a package after doing a yum search?
e.g.
yum search rabbitmq
returns
rabbitmq-server.noarch : The RabbitMQ server
I need to know the version of this server.
yum search
add a comment |
How can I tell the version of a package after doing a yum search?
e.g.
yum search rabbitmq
returns
rabbitmq-server.noarch : The RabbitMQ server
I need to know the version of this server.
yum search
add a comment |
How can I tell the version of a package after doing a yum search?
e.g.
yum search rabbitmq
returns
rabbitmq-server.noarch : The RabbitMQ server
I need to know the version of this server.
yum search
How can I tell the version of a package after doing a yum search?
e.g.
yum search rabbitmq
returns
rabbitmq-server.noarch : The RabbitMQ server
I need to know the version of this server.
yum search
yum search
asked May 2 '12 at 11:03
DD.DD.
1,31992742
1,31992742
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
You can find the version number of a package in your repositories with the yum info
command.
# yum info rabbitmq-server
Available Packages
Name : rabbitmq-server
Arch : noarch
Version : 2.6.1
Release : 1.fc16
Size : 1.1 M
Repo : updates
Committer : Peter Lemenkov <lemenkov@gmail.com>
Committime : Tue Nov 8 13:00:00 2011
Buildtime : Tue Nov 8 10:31:03 2011
Summary : The RabbitMQ server
URL : http://www.rabbitmq.com/
License : MPLv1.1
Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
: performance enterprise messaging. The RabbitMQ server is a robust and
: scalable implementation of an AMQP broker.
To find the version numbers of installed packages, you can use rpm
with the -q
option.
# rpm -q kernel
kernel-3.3.1-5.fc16.x86_64
kernel-3.3.2-1.fc16.x86_64
kernel-3.3.2-6.fc16.x86_64
my version is much older...which repo are you using?
– DD.
May 2 '12 at 14:16
I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.
– Kenny Rasschaert
May 2 '12 at 17:18
I'm running Centos 6 but my repo looks old...is there a way to update it?
– DD.
May 3 '12 at 10:16
The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel
– Kenny Rasschaert
May 3 '12 at 10:51
add a comment |
You can get more info with the following command:
yum info rabbitmq
add a comment |
OR
yum list rabbitmq
if you prefer condensed output.
add a comment |
AFAIK, yum info
only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:
yum -v list package_name --show-duplicates
yum info
shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.
– Xalorous
May 11 '17 at 15:35
3
--show-duplicates (with dash)
– Nir O.
Apr 9 '18 at 13:51
@Xalorous What version? I only get the current package withyum info
(on a system apparently old enough that--show-duplicates
isn't an option toyum list
)
– Izkata
Jul 16 '18 at 14:48
RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.
– Xalorous
Jul 16 '18 at 18:50
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f385226%2fyum-search-package-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can find the version number of a package in your repositories with the yum info
command.
# yum info rabbitmq-server
Available Packages
Name : rabbitmq-server
Arch : noarch
Version : 2.6.1
Release : 1.fc16
Size : 1.1 M
Repo : updates
Committer : Peter Lemenkov <lemenkov@gmail.com>
Committime : Tue Nov 8 13:00:00 2011
Buildtime : Tue Nov 8 10:31:03 2011
Summary : The RabbitMQ server
URL : http://www.rabbitmq.com/
License : MPLv1.1
Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
: performance enterprise messaging. The RabbitMQ server is a robust and
: scalable implementation of an AMQP broker.
To find the version numbers of installed packages, you can use rpm
with the -q
option.
# rpm -q kernel
kernel-3.3.1-5.fc16.x86_64
kernel-3.3.2-1.fc16.x86_64
kernel-3.3.2-6.fc16.x86_64
my version is much older...which repo are you using?
– DD.
May 2 '12 at 14:16
I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.
– Kenny Rasschaert
May 2 '12 at 17:18
I'm running Centos 6 but my repo looks old...is there a way to update it?
– DD.
May 3 '12 at 10:16
The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel
– Kenny Rasschaert
May 3 '12 at 10:51
add a comment |
You can find the version number of a package in your repositories with the yum info
command.
# yum info rabbitmq-server
Available Packages
Name : rabbitmq-server
Arch : noarch
Version : 2.6.1
Release : 1.fc16
Size : 1.1 M
Repo : updates
Committer : Peter Lemenkov <lemenkov@gmail.com>
Committime : Tue Nov 8 13:00:00 2011
Buildtime : Tue Nov 8 10:31:03 2011
Summary : The RabbitMQ server
URL : http://www.rabbitmq.com/
License : MPLv1.1
Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
: performance enterprise messaging. The RabbitMQ server is a robust and
: scalable implementation of an AMQP broker.
To find the version numbers of installed packages, you can use rpm
with the -q
option.
# rpm -q kernel
kernel-3.3.1-5.fc16.x86_64
kernel-3.3.2-1.fc16.x86_64
kernel-3.3.2-6.fc16.x86_64
my version is much older...which repo are you using?
– DD.
May 2 '12 at 14:16
I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.
– Kenny Rasschaert
May 2 '12 at 17:18
I'm running Centos 6 but my repo looks old...is there a way to update it?
– DD.
May 3 '12 at 10:16
The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel
– Kenny Rasschaert
May 3 '12 at 10:51
add a comment |
You can find the version number of a package in your repositories with the yum info
command.
# yum info rabbitmq-server
Available Packages
Name : rabbitmq-server
Arch : noarch
Version : 2.6.1
Release : 1.fc16
Size : 1.1 M
Repo : updates
Committer : Peter Lemenkov <lemenkov@gmail.com>
Committime : Tue Nov 8 13:00:00 2011
Buildtime : Tue Nov 8 10:31:03 2011
Summary : The RabbitMQ server
URL : http://www.rabbitmq.com/
License : MPLv1.1
Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
: performance enterprise messaging. The RabbitMQ server is a robust and
: scalable implementation of an AMQP broker.
To find the version numbers of installed packages, you can use rpm
with the -q
option.
# rpm -q kernel
kernel-3.3.1-5.fc16.x86_64
kernel-3.3.2-1.fc16.x86_64
kernel-3.3.2-6.fc16.x86_64
You can find the version number of a package in your repositories with the yum info
command.
# yum info rabbitmq-server
Available Packages
Name : rabbitmq-server
Arch : noarch
Version : 2.6.1
Release : 1.fc16
Size : 1.1 M
Repo : updates
Committer : Peter Lemenkov <lemenkov@gmail.com>
Committime : Tue Nov 8 13:00:00 2011
Buildtime : Tue Nov 8 10:31:03 2011
Summary : The RabbitMQ server
URL : http://www.rabbitmq.com/
License : MPLv1.1
Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
: performance enterprise messaging. The RabbitMQ server is a robust and
: scalable implementation of an AMQP broker.
To find the version numbers of installed packages, you can use rpm
with the -q
option.
# rpm -q kernel
kernel-3.3.1-5.fc16.x86_64
kernel-3.3.2-1.fc16.x86_64
kernel-3.3.2-6.fc16.x86_64
answered May 2 '12 at 11:33
Kenny RasschaertKenny Rasschaert
7,79733455
7,79733455
my version is much older...which repo are you using?
– DD.
May 2 '12 at 14:16
I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.
– Kenny Rasschaert
May 2 '12 at 17:18
I'm running Centos 6 but my repo looks old...is there a way to update it?
– DD.
May 3 '12 at 10:16
The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel
– Kenny Rasschaert
May 3 '12 at 10:51
add a comment |
my version is much older...which repo are you using?
– DD.
May 2 '12 at 14:16
I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.
– Kenny Rasschaert
May 2 '12 at 17:18
I'm running Centos 6 but my repo looks old...is there a way to update it?
– DD.
May 3 '12 at 10:16
The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel
– Kenny Rasschaert
May 3 '12 at 10:51
my version is much older...which repo are you using?
– DD.
May 2 '12 at 14:16
my version is much older...which repo are you using?
– DD.
May 2 '12 at 14:16
I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.
– Kenny Rasschaert
May 2 '12 at 17:18
I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.
– Kenny Rasschaert
May 2 '12 at 17:18
I'm running Centos 6 but my repo looks old...is there a way to update it?
– DD.
May 3 '12 at 10:16
I'm running Centos 6 but my repo looks old...is there a way to update it?
– DD.
May 3 '12 at 10:16
The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel
– Kenny Rasschaert
May 3 '12 at 10:51
The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel
– Kenny Rasschaert
May 3 '12 at 10:51
add a comment |
You can get more info with the following command:
yum info rabbitmq
add a comment |
You can get more info with the following command:
yum info rabbitmq
add a comment |
You can get more info with the following command:
yum info rabbitmq
You can get more info with the following command:
yum info rabbitmq
answered May 2 '12 at 11:05
Bart De VosBart De Vos
16.2k45377
16.2k45377
add a comment |
add a comment |
OR
yum list rabbitmq
if you prefer condensed output.
add a comment |
OR
yum list rabbitmq
if you prefer condensed output.
add a comment |
OR
yum list rabbitmq
if you prefer condensed output.
OR
yum list rabbitmq
if you prefer condensed output.
answered May 2 '12 at 11:20
ankank
590313
590313
add a comment |
add a comment |
AFAIK, yum info
only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:
yum -v list package_name --show-duplicates
yum info
shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.
– Xalorous
May 11 '17 at 15:35
3
--show-duplicates (with dash)
– Nir O.
Apr 9 '18 at 13:51
@Xalorous What version? I only get the current package withyum info
(on a system apparently old enough that--show-duplicates
isn't an option toyum list
)
– Izkata
Jul 16 '18 at 14:48
RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.
– Xalorous
Jul 16 '18 at 18:50
add a comment |
AFAIK, yum info
only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:
yum -v list package_name --show-duplicates
yum info
shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.
– Xalorous
May 11 '17 at 15:35
3
--show-duplicates (with dash)
– Nir O.
Apr 9 '18 at 13:51
@Xalorous What version? I only get the current package withyum info
(on a system apparently old enough that--show-duplicates
isn't an option toyum list
)
– Izkata
Jul 16 '18 at 14:48
RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.
– Xalorous
Jul 16 '18 at 18:50
add a comment |
AFAIK, yum info
only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:
yum -v list package_name --show-duplicates
AFAIK, yum info
only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:
yum -v list package_name --show-duplicates
edited May 21 at 23:13
bishop
1,015714
1,015714
answered May 11 '17 at 14:40
vespertovesperto
312
312
yum info
shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.
– Xalorous
May 11 '17 at 15:35
3
--show-duplicates (with dash)
– Nir O.
Apr 9 '18 at 13:51
@Xalorous What version? I only get the current package withyum info
(on a system apparently old enough that--show-duplicates
isn't an option toyum list
)
– Izkata
Jul 16 '18 at 14:48
RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.
– Xalorous
Jul 16 '18 at 18:50
add a comment |
yum info
shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.
– Xalorous
May 11 '17 at 15:35
3
--show-duplicates (with dash)
– Nir O.
Apr 9 '18 at 13:51
@Xalorous What version? I only get the current package withyum info
(on a system apparently old enough that--show-duplicates
isn't an option toyum list
)
– Izkata
Jul 16 '18 at 14:48
RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.
– Xalorous
Jul 16 '18 at 18:50
yum info
shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.– Xalorous
May 11 '17 at 15:35
yum info
shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.– Xalorous
May 11 '17 at 15:35
3
3
--show-duplicates (with dash)
– Nir O.
Apr 9 '18 at 13:51
--show-duplicates (with dash)
– Nir O.
Apr 9 '18 at 13:51
@Xalorous What version? I only get the current package with
yum info
(on a system apparently old enough that --show-duplicates
isn't an option to yum list
)– Izkata
Jul 16 '18 at 14:48
@Xalorous What version? I only get the current package with
yum info
(on a system apparently old enough that --show-duplicates
isn't an option to yum list
)– Izkata
Jul 16 '18 at 14:48
RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.
– Xalorous
Jul 16 '18 at 18:50
RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.
– Xalorous
Jul 16 '18 at 18:50
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f385226%2fyum-search-package-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown