Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[TIP] Che diavolo sono quelle dipendenze???
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Tue Feb 06, 2007 11:25 am    Post subject: [TIP] Che diavolo sono quelle dipendenze??? Reply with quote

Buongiorno!!!

Chiaccherando sul chan #gentoo-it è saltata fuori una domandina che potrebbe affliggere i più: tolgo un software, ma prima di togliere anche le dipendenze, che diavolo fanno??

Ecco la soluzione 8)

Code:
# equery d <nomepacchetto> | grep '/' | sed -re 's|-[0-9]+[^-]*(-r[0-9]+)?$||' | xargs eix | less


E vuallà :D

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Tue Feb 06, 2007 12:40 pm    Post subject: Reply with quote

se posso un consiglio: equery sta diventando deprecato in favore di q. Le motivazioni tecniche che ci stiano dietro non le so, però come performance gli da la merda.
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Tue Feb 06, 2007 1:06 pm    Post subject: Reply with quote

Ic3M4n wrote:
se posso un consiglio: equery sta diventando deprecato in favore di q. Le motivazioni tecniche che ci stiano dietro non le so, però come performance gli da la merda.


quoto , q è molto + rapido di equery. il comando diventerebbe :

Code:
qdepend <pacchetto> | grep '/' | sed -re 's|-[0-9]+[^-]*(-r[0-9]+)?$||' | xargs eix | less


ciauz
Back to top
View user's profile Send private message
drizztbsd
Retired Dev
Retired Dev


Joined: 21 Nov 2004
Posts: 278
Location: Cesano Maderno

PostPosted: Tue Feb 06, 2007 1:41 pm    Post subject: Reply with quote

Bello ma non funziona (eix non va se gli passi più parametri insieme)

Questo
Code:
qdepends -CNQ <pacchetto> | xargs -n1 eix -ec | $PAGER
direi che può funzionare :P
_________________
Gentoo/Alt lead
Gentoo/*BSD and Gentoo/FreeBSD deputy lead
Paludis contributor
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) 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