Retourner au contenu associé (dépêche : Sortie de rpm 5.0.0)
Posté par IsNotGood le 17 janvier 2008 à 19:38. En réponse à la dépêche Sortie de rpm 5.0.0. Évalué à 4.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Non évènement
Posté par IsNotGood . En réponse à la dépêche Sortie de rpm 5.0.0. Évalué à 4.
Fait "yum install yum-utils".
il y a repoquery dedans :
[test@one ~]$ repoquery --all | wc -l
11531
[test@one ~]$ repoquery --all | grep mutt
mutt-5:1.5.17-2.fc8.x86_64
[test@one ~]$ time repoquery --all --queryformat="%{NAME} %{ARCH} %{LICENSE}\n" | grep -i mutt
mutt x86_64 GPLv2+ and Public Domain
real 0m3.999s
user 0m3.766s
sys 0m0.247s
[test@one ~]$ repoquery --querytags | wc
28
4 secondes pour 11500 paquets, ça va.
On peut faire des choses plus exotiques :
repoquery --provides java-1.7.0-icedtea | xargs repoquery --whatrequires --queryformat="%{NAME}\n" | sort | uniq
avalon-logkit
axis
azureus
bolzplatz2006
castor
checkstyle
classpathx-mail
dtdparser
freecol
graphviz-java
...
Pour confort tu peux te faire des alias.