Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[utilizzo] emerge -C da elenco [risolto]
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)
View previous topic :: View next topic  
Author Message
jqx
n00b
n00b


Joined: 05 Jul 2004
Posts: 43

PostPosted: Tue Jul 20, 2004 8:54 pm    Post subject: [utilizzo] emerge -C da elenco [risolto] Reply with quote

salve a tutti.. volendo passare da fluxbox a kde..volevo fare un po' di pulizia di pacchetti che non uso... (sono agli inizi con gentoo&linux) ho pensato di fare così:

-qpkg -I (e guardarmi tutti i pacchetti installati e scrivermi su un file di testo qll che voglio rimuovere)
-chiudere x
.. e qua viene la mia domanda.. avete di idea di come posso fare un emerge -C di tutti i pacchetti scritti su un file di testo? con uno script bash? sapete aiutarmi?
-emerge -C depclean :roll:
-emerge -p world (e vedere se per caso ho umerso qlc pacchetto di troppo.. nel caso riemergerlo)
:?

..ciao e grazie in anticipo per eventuali aiuti o consigli :D


Last edited by jqx on Wed Jul 21, 2004 12:33 am; edited 1 time in total
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Tue Jul 20, 2004 9:02 pm    Post subject: Reply with quote

Code:
emerge -C pacchetto1 pacchetto2 pacchetto3 ecc.....

_________________
Non capisco perchè continuavo ad avere cosi paura della shell.....è cosi bella :)
Back to top
View user's profile Send private message
jqx
n00b
n00b


Joined: 05 Jul 2004
Posts: 43

PostPosted: Tue Jul 20, 2004 9:06 pm    Post subject: Reply with quote

prenderli direttamente da un file di testo non e' fattbile? sarebbe molto piu' comodo.. :roll:
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Tue Jul 20, 2004 10:24 pm    Post subject: Reply with quote

Prima di dirti come risolverei io il problema, voglio precisare che la mia soluzione non è l'unica e non è detto che sia la migliore (anzi certamente non lo è).

Per fare quello che dici puoi usare il seguente comando:

Code:
cat file.txt | awk '{ var = (var FS $1) } END { system("emerge -C " var ) }'


dove file.txt contiene i pacchetti che vuoi cancellare uno per riga.

NOTA: non mi assumo nessuna responsabilità per eventuali danni; ti dico solo che sul mio sistema funziona e fa quello che chiedi tu (se non ho interpretato male la tua risposta)
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
jqx
n00b
n00b


Joined: 05 Jul 2004
Posts: 43

PostPosted: Tue Jul 20, 2004 10:29 pm    Post subject: Reply with quote

grazie 1000! :D domani provo e ti dico se funziona
Back to top
View user's profile Send private message
jqx
n00b
n00b


Joined: 05 Jul 2004
Posts: 43

PostPosted: Wed Jul 21, 2004 12:32 am    Post subject: Reply with quote

funziona.. perfetto!tnx
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Wed Jul 21, 2004 10:16 pm    Post subject: Reply with quote

non bastava fare direttamente
Code:
emerge `cat file`

?
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Thu Jul 22, 2004 1:40 pm    Post subject: Reply with quote

ProT-0-TypE wrote:
non bastava fare direttamente
Code:
emerge `cat file`

?


Hai perfettamente ragione :oops:
L'avevo detto io che la mia soluzione non era ottima :wink:
_________________
Registered as User #281564 and Machines #163761


Last edited by gutter on Thu Jul 22, 2004 4:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Thu Jul 22, 2004 2:00 pm    Post subject: Reply with quote

me lo ricordavo giusto perchè l'avevo letto da poco nella doc sull'ipv6.. 8)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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