Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] rimuovere completamente gnome e le sue 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)
View previous topic :: View next topic  
Author Message
ivanbenassi
n00b
n00b


Joined: 13 Nov 2004
Posts: 54

PostPosted: Wed Aug 24, 2005 2:49 pm    Post subject: [solved] rimuovere completamente gnome e le sue dipendenze Reply with quote

Ciao ragazzi,
ho fatto un paio di cavolate di troppo con gnome e ora mi trovo un'interfaccia grafica piena di errori e mezza mezza... Vorrei sapere come fare per rimuovere completamente gnome dal sistema comprese dipendenze varie per riemergerla da capo... non credo che un
Code:
 emerge -C gnome
basti... Sapete aiutarmi ?

Grazie :wink:

Perfetto !! Con
Code:
 unclepine -df gnome
ho risolto tutto :D Grazie ragà precisi come al solito !! :wink:

Last edited by ivanbenassi on Wed Aug 31, 2005 8:00 am; edited 1 time in total
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Wed Aug 24, 2005 2:51 pm    Post subject: Reply with quote

sei hai epm potresti fare un...

Code:
# epm -qa |grep gnome


e il risultato lo passi a emerge -C ... soluzione un pò lunga..
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
ivanbenassi
n00b
n00b


Joined: 13 Nov 2004
Posts: 54

PostPosted: Wed Aug 24, 2005 2:56 pm    Post subject: Reply with quote

cosi becco anche tutte le dipendenze,librerie e roba varia ?
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Wed Aug 24, 2005 3:00 pm    Post subject: Reply with quote

ivanbenassi wrote:
cosi becco anche tutte le dipendenze,librerie e roba varia ?


ti trova tutti i pacchetti che hanno "gnome" tra le stringhe.. poi usi unclepine per rimuovere eventuale librerie inutilizzate.. cerca sul forum!
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Wed Aug 24, 2005 3:02 pm    Post subject: Reply with quote

http://wiki.gentoo-italia.net/index.php/Unclepine :lol:
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
Thundah
Guru
Guru


Joined: 08 Feb 2004
Posts: 477
Location: Switzerland

PostPosted: Wed Aug 24, 2005 9:17 pm    Post subject: Reply with quote

Se non ricordo male c'era un tool che si chiamava unclepine o qualcosa del genere
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Wed Aug 24, 2005 10:55 pm    Post subject: Reply with quote

Thundah wrote:
Se non ricordo male c'era un tool che si chiamava unclepine o qualcosa del genere


se guardi i post sopra l ho citato e ho messo il link! :wink:
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1564
Location: switzerland

PostPosted: Thu Aug 25, 2005 3:23 am    Post subject: Reply with quote

io ho completamente eliminato gnome e le sue dipendenze con successo e senza alcun problema proprio con unclepine

usa quello come consigliato da neryo e vai tranquillo!
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
Back to top
View user's profile Send private message
otaku
Guru
Guru


Joined: 16 Dec 2004
Posts: 428
Location: Rho (MI)

PostPosted: Thu Aug 25, 2005 3:39 am    Post subject: Reply with quote

io di solito do una bella ripulita al file world e poi do un
Code:
emerge depclean

ovviamente prima controllo la lista di pacchetti candidati per la rimozione che si ottiene con
Code:
emerge -p depcean

personalmente non uso unclepine, preferisco fare tutto il lavoro sporco a mano ;)
_________________
Ventiquattr'ore al giorno in preda a una follia contorta...
Back to top
View user's profile Send private message
ivanbenassi
n00b
n00b


Joined: 13 Nov 2004
Posts: 54

PostPosted: Thu Aug 25, 2005 8:19 am    Post subject: Reply with quote

Come mai se do un
Code:
 lnx-ws unclepine-release-0.1 # ./unclepine -su -du gnome


mi risponde con

Code:
 nalyzing....Please Wait
If you feel bored launch it with -v switch!




UnclePine  0.1_beta18 -   Tool for dependencies jobs

!!! No package matches your selection!


??
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 Aug 25, 2005 8:40 am    Post subject: Reply with quote

neryo wrote:
http://wiki.gentoo-italia.net/index.php/Unclepine :lol:


Pubblicità progresso :D
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
ivanbenassi
n00b
n00b


Joined: 13 Nov 2004
Posts: 54

PostPosted: Thu Aug 25, 2005 8:49 am    Post subject: Reply with quote

proprio da quel sito ho preso il comando ... e lui dice di utilizzare
Code:
unclepine -su -du pacchetto

ma a me con
Code:
  ./unclepine -su -du gnome
dice che niente matcha con il pacchetto selezionato !!
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1564
Location: switzerland

PostPosted: Thu Aug 25, 2005 8:51 am    Post subject: Reply with quote

ivanbenassi wrote:
proprio da quel sito ho preso il comando ... e lui dice di utilizzare
Code:
unclepine -su -du pacchetto

ma a me con
Code:
  ./unclepine -su -du gnome
dice che niente matcha con il pacchetto selezionato !!


ma tu per caso hai già fatto

Code:
emerge -C gnome

:?:
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
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 8:52 am    Post subject: Reply with quote

sei sicuro di avere installato gnome con un
Code:
#emerge gnome
?
magari sei partito da un
Code:
#emerge gnome-light

e poi hai aggiunto i vari programmi
_________________
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
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Thu Aug 25, 2005 3:23 pm    Post subject: Reply with quote

ivanbenassi wrote:
proprio da quel sito ho preso il comando ... e lui dice di utilizzare
Code:
unclepine -su -du pacchetto

ma a me con
Code:
  ./unclepine -su -du gnome
dice che niente matcha con il pacchetto selezionato !!


forse hai emergiato il gnome-light, oppure non funziona con i meta pacchetti... in questo caso potresti usare epm e usare unclepine per rimuovere le dipendenze ricorsive!

fai tu... :roll:
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
Arbitermc
n00b
n00b


Joined: 17 Aug 2005
Posts: 2

PostPosted: Tue Aug 30, 2005 12:54 pm    Post subject: Reply with quote

Per ottenere la lista dei pacchetti non necessari basta dare unclepine -u
_________________
http://www.arbitermc.net
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