Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rimuovere alsa-utils
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
ka0s
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2004
Posts: 96

PostPosted: Thu Aug 25, 2005 4:13 pm    Post subject: rimuovere alsa-utils Reply with quote

Scusate se la domanda è banale, ma ho sempre avuto dei dubbi riguardo a

Code:
#emerge --unmerge


se io volessi rimuoere alsa-utils devo scrivere

Code:
#emerge --unmerge alsa-utils

e si occupa di tutto lui senza fare danni? [nel senso togliendo effettivamente solo quello che era stato messo con #emerge alsa-utils?]
_________________
by ka0s
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Thu Aug 25, 2005 4:34 pm    Post subject: Reply with quote

emerge --unmerge pacchetto ( che è uguale a emerge -C pacchetto) ti rimuove dal disco fisso tutti i file che quel pacchetto ti aveva installato, e ,se tale pacchetto è nel world file, lo toglie dall'elenco. Il problema si ha con le dipendenze. se, x esempio, emerge A ti installa anche B come dipendenza quando tu andrai a dare
Code:
#emerge -C A
ti toglierà solo i file relativi a A, ma non quelli di B. Come risolvere questa situazione? Hai 2 alternative
1)
Code:
emerge depclean

pulisce tutte le dipendenze non relative ad alcun pacchetto registrato nel world file. N.B. è preferibile dare prima un
Code:
emerge -p depclean
e controllare molto bene la lista dei pacchetti, a volte, infatti depclean può avere comportamenti dannosi....

2) Seconda soluzione (che è quella che preferisco)
utilizzare
Code:
unclepine

un ottimo tool che si occupa, tra l'altro, anche di queste cose e che è stato realizzato da xchris. Per ulteriori informazioni ti invito a cercare sul forum italiano notizie su unclepine (c'è stato un post a proposito oggi) e a leggerti bene
Code:
man emerge


Byez
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
ka0s
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2004
Posts: 96

PostPosted: Thu Aug 25, 2005 5:17 pm    Post subject: Reply with quote

Infatti era proprio questo il dubbio che avevo. Grazie per la risposta.

Cmq in questo caso, avendo installato alsa-utils e usando
Code:
#emerge -C alsa-utils

non ci dovrebbero essere altri pacchetti collegati a questo giusto?
_________________
by ka0s
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