Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Abfrage ob Package installiert ist für Skript
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
mattes
Apprentice
Apprentice


Joined: 23 Jul 2008
Posts: 263
Location: München, Bavaria, Germany

PostPosted: Mon Jan 04, 2010 5:32 pm    Post subject: Abfrage ob Package installiert ist für Skript Reply with quote

Hallo,

würde gern per Skript abfragen, ob ein bestimmtes Paket incl. Version installiert ist, oder nicht:
hatte gehofft, auf equery I x11-proto/randrproto-1.2.2 oder so ähnlich, aber bei den üblichen verdächtigen Tools bin ich nicht fündig geworden.

Wenn ich z.B eix verwendete, müsste ich noch einiges aus der Ausgabe herauslesen.
eix -Ic x11-proto/randrproto
[I] x11-proto/randrproto (1.3.1@13.12.2009): X.Org Randr protocol headers


Grüße
Mattes
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Mon Jan 04, 2010 6:19 pm    Post subject: Reply with quote

Code:
qlist -IC cat/pkg-ver

_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6780

PostPosted: Mon Jan 04, 2010 9:44 pm    Post subject: Reply with quote

Code:
test -d /var/db/pkg/x11-proto/randrproto-1.2.2 && echo "Installiert"
Back to top
View user's profile Send private message
mattes
Apprentice
Apprentice


Joined: 23 Jul 2008
Posts: 263
Location: München, Bavaria, Germany

PostPosted: Tue Jan 05, 2010 8:11 am    Post subject: Reply with quote

Danke für die Hilfe. die qList Methode versagt leider bei den Revisionen:

Code:
$ qlist -IC app-text/docbook-sgml-dtd-3.0
app-text/docbook-sgml-dtd
$ qlist -IC app-text/docbook-sgml-dtd-3.0-r3
app-text/docbook-sgml-dtd

obwohl nur 3.0-r3 installiert ist.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum