3 Stimmen

Wie erhalte ich die Version der Software, wenn ich den Befehl yum install verwende?

Gibt es eine Möglichkeit zu erfahren, welche Version der Software installiert wird, indem man yum install Befehl?

Zum Beispiel:

$ yum search zsh
Loaded plugins: fastestmirror
=== Matched: zsh ===
zsh.x86_64 : A powerful interactive shell

Wie kann ich in diesem Fall die Version von zsh wenn ich tippe yum install zsh.x86_64 ?

7voto

chown Punkte 50364

yum list zsh funktioniert auch:

[ 16:27 root@host ~ ]# yum list zsh
Loaded plugins: presto, refresh-packagekit
Available Packages
zsh.i686                                                    4.3.10-6.fc13                                                    updates

[ 16:27 root@host ~ ]# yum info zsh
Loaded plugins: presto, refresh-packagekit
Available Packages
Name        : zsh
Arch        : i686
Version     : 4.3.10
Release     : 6.fc13
Size        : 2.1 M
Repo        : updates
Summary     : A powerful interactive shell
URL         : http://zsh.sunsite.dk/
License     : BSD
Description : The zsh shell is a command interpreter usable as an interactive login
            : shell and as a shell script command processor.  Zsh resembles the ksh
            : shell (the Korn shell), but includes many enhancements.  Zsh supports
            : command line editing, built-in spelling correction, programmable
            : command completion, shell functions (with autoloading), a history
            : mechanism, and more.

[ 16:27 root@host ~ ]# yum provides zsh
Loaded plugins: presto, refresh-packagekit
zsh-4.3.10-5.fc13.i686 : A powerful interactive shell
Repo        : fedora
Matched from:

zsh-4.3.10-6.fc13.i686 : A powerful interactive shell
Repo        : updates
Matched from:

Mann yum

4voto

Anson Punkte 2646

Verwenden Sie yum info, um mehr Informationen über ein bestimmtes Paket zu erhalten:

yum info zsh

-1voto

zzapper Punkte 4385
yum -h   # to list yum options
yum info zsh    # lots of info
yum list zsh    # brief info (usually all I need: thanks @chown)

CodeJaeger.com

CodeJaeger ist eine Gemeinschaft für Programmierer, die täglich Hilfe erhalten..
Wir haben viele Inhalte, und Sie können auch Ihre eigenen Fragen stellen oder die Fragen anderer Leute lösen.

Powered by:

X