Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
disinstallare gnome
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
croot
Apprentice
Apprentice


Joined: 07 Jul 2004
Posts: 240
Location: Massa (toscana)

PostPosted: Sat Sep 03, 2005 9:00 am    Post subject: disinstallare gnome Reply with quote

ciao, a causa di mancanza di spazio ho deciso a malincuore di disinstallare gnome.. ho già iniziato con qualche pacchetto ma quando faccio un update di world mi vuole reinstallare i pacchetti precedentemente disinstallati.. come faccio a sapere le varie dipendenze di un pacchetto e a disinstallare interamente gnome ?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Sep 03, 2005 9:05 am    Post subject: Re: disinstallare gnome Reply with quote

croot wrote:
come faccio a sapere le varie dipendenze di un pacchetto e a disinstallare interamente gnome ?


Inizialmente puoi procedere nello stesso modo indicato in questo thread per qmail.

Per gli ultimi avanzi c'é unclepine ;-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
croot
Apprentice
Apprentice


Joined: 07 Jul 2004
Posts: 240
Location: Massa (toscana)

PostPosted: Sat Sep 03, 2005 4:01 pm    Post subject: Reply with quote

ho fatto un emerge -C di un po' di pacchetti ma finisce col chiedermi di disinstallare anche applicazioni gtk che voglio tenere...
look:
Code:

# emerge -putD world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[nomerge      ] net-im/gnophone-0.2.4-r1 
[ebuild  N    ]  media-libs/gdk-pixbuf-0.22.0-r3 
[nomerge      ] media-gfx/truevision-0.3.10 
[ebuild  N    ]  gnome-base/gnome-libs-1.4.2 
[ebuild  N    ] x11-themes/gnome-themes-2.10.2 
[ebuild  N    ] x11-themes/gnome-icon-theme-2.10.1 
[ebuild  N    ]  x11-themes/hicolor-icon-theme-0.8 
[ebuild  N    ]    gnome-base/libgnomeui-2.10.1 
[ebuild  N    ]     gnome-base/libbonoboui-2.10.0 
[ebuild  N    ]      gnome-base/libgnome-2.10.1-r1 
[ebuild  N    ]       gnome-base/gnome-vfs-2.10.1-r1 
[ebuild  N    ]        gnome-base/gnome-mime-data-2.4.2 
[ebuild  N    ]      gnome-base/libgnomecanvas-2.10.2 
[ebuild  N    ] dev-perl/DBD-mysql-2.9003 
[ebuild  N    ]  dev-perl/DBI-1.46 
[ebuild  N    ]   dev-perl/PlRPC-0.2016-r1 
# emerge -avDu world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N    ] dev-perl/PlRPC-0.2016-r1  17 kB
[ebuild  N    ] dev-perl/DBI-1.46  363 kB
[ebuild  N    ] dev-perl/DBD-mysql-2.9003  110 kB
[ebuild  N    ] gnome-base/libgnomecanvas-2.10.2  +X -debug +doc -static 539 kB
[ebuild  N    ] gnome-base/gnome-mime-data-2.4.2  -debug 829 kB
[ebuild  N    ] gnome-base/gnome-vfs-2.10.1-r1  -debug +doc +gnutls -hal -howl -ipv6 +samba +ssl 1,860 kB
[ebuild  N    ] gnome-base/libgnome-2.10.1-r1  -debug +doc +esd -static 1,198 kB
[ebuild  N    ] gnome-base/libbonoboui-2.10.0  -debug +doc -static 938 kB
[ebuild  N    ] gnome-base/libgnomeui-2.10.1  -debug +doc +jpeg -static 1,665 kB
[ebuild  N    ] x11-themes/hicolor-icon-theme-0.8  30 kB
[ebuild  N    ] x11-themes/gnome-icon-theme-2.10.1  -debug 2,918 kB
[ebuild  N    ] x11-themes/gnome-themes-2.10.2  -accessibility -debug 2,503 kB
[ebuild  N    ] gnome-base/gnome-libs-1.4.2  +doc +kde +nls 2,807 kB
[ebuild  N    ] media-libs/gdk-pixbuf-0.22.0-r3  +X +doc +mmx 388 kB

Total size of downloads: 16,173 kB

Do you want me to merge these packages? [Yes/No] no
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


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

PostPosted: Sat Sep 03, 2005 4:06 pm    Post subject: Reply with quote

scusami ma mi sembra abbastanza logico che se mantieni un programma sul pc e gli elimini le dipendenze emerge cerchi di rimetterle. l'unica cosa che puoi fare è andare avanti con equery per vedere quali sono i pacchetti che richiedono quelli che tu hai eliminato.
oppure altra possibilità che puoi prendere in considerazione è di controllare con maggiore cura le tue use flag cercando di ridurre al minino i pacchetti aggiuntivi per le varie opzioni.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Sep 03, 2005 4:14 pm    Post subject: Reply with quote

croot wrote:
# emerge -putD world


Aggiungi un -v per vedere se puoi lavorare sulle USE.

In ogni caso mettiti l'anima in pace perché mi sa che un pó di roba te la devi tenere...
_________________
Ciao da me!
Back to top
View user's profile Send private message
croot
Apprentice
Apprentice


Joined: 07 Jul 2004
Posts: 240
Location: Massa (toscana)

PostPosted: Sat Sep 03, 2005 4:25 pm    Post subject: Reply with quote

Ic3M4n wrote:
scusami ma mi sembra abbastanza logico che se mantieni un programma sul pc e gli elimini le dipendenze emerge cerchi di rimetterle. l'unica cosa che puoi fare è andare avanti con equery per vedere quali sono i pacchetti che richiedono quelli che tu hai eliminato.
oppure altra possibilità che puoi prendere in considerazione è di controllare con maggiore cura le tue use flag cercando di ridurre al minino i pacchetti aggiuntivi per le varie opzioni.


ho proceduto ad eliminare a ritroso tutti i programmi che avevno come dipendenze librerie gnome... solo che se li elimino compaiono nuovi programmi che però come dipendenze hanno librerie gtk.. come per esempio whitebox che ha le gtk e serve per configurare blackbox.. non credo che eliminando gnome poi devo eliminare anche tutti i software con le gtk..
almeno spero..
Back to top
View user's profile Send private message
croot
Apprentice
Apprentice


Joined: 07 Jul 2004
Posts: 240
Location: Massa (toscana)

PostPosted: Sat Sep 03, 2005 4:28 pm    Post subject: Reply with quote

randomaze wrote:

Aggiungi un -v per vedere se puoi lavorare sulle USE.



Code:

# emerge -putDv world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[nomerge      ] net-im/gnophone-0.2.4-r1  +esd +mozilla
[ebuild  N    ]  media-libs/gdk-pixbuf-0.22.0-r3  +X +doc +mmx 388 kB
[nomerge      ] media-gfx/truevision-0.3.10 
[ebuild  N    ]  gnome-base/gnome-libs-1.4.2  +doc +kde +nls 2,807 kB
[ebuild  N    ] x11-themes/gnome-themes-2.10.2  -accessibility -debug 2,503 kB
[ebuild  N    ] x11-themes/gnome-icon-theme-2.10.1  -debug 2,918 kB
[ebuild  N    ]  x11-themes/hicolor-icon-theme-0.8  30 kB
[ebuild  N    ]    gnome-base/libgnomeui-2.10.1  -debug +doc +jpeg -static 1,665 kB
[ebuild  N    ]     gnome-base/libbonoboui-2.10.0  -debug +doc -static 938 kB
[ebuild  N    ]      gnome-base/libgnome-2.10.1-r1  -debug +doc +esd -static 1,198 kB
[ebuild  N    ]       gnome-base/gnome-vfs-2.10.1-r1  -debug +doc +gnutls -hal -howl -ipv6 +samba +ssl 1,860 kB
[ebuild  N    ]        gnome-base/gnome-mime-data-2.4.2  -debug 829 kB
[ebuild  N    ]      gnome-base/libgnomecanvas-2.10.2  +X -debug +doc -static 539 kB
[ebuild  N    ] dev-perl/DBD-mysql-2.9003  110 kB
[ebuild  N    ]  dev-perl/DBI-1.46  363 kB
[ebuild  N    ]   dev-perl/PlRPC-0.2016-r1  17 kB

Total size of downloads: 16,173 kB



Quote:

In ogni caso mettiti l'anima in pace perché mi sa che un pó di roba te la devi tenere...


si ma anche le icone e i temi ?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Sep 03, 2005 4:52 pm    Post subject: Reply with quote

croot wrote:
si ma anche le icone e i temi ?


Si, in effetti quelli adesso appaiono un poco strani. Sei sicuro che in /etc/portage/profile non hai nulla di virtuals e/o provided che fa il patatrack?
La use gnome é disabilitata?
_________________
Ciao da me!
Back to top
View user's profile Send private message
croot
Apprentice
Apprentice


Joined: 07 Jul 2004
Posts: 240
Location: Massa (toscana)

PostPosted: Sat Sep 03, 2005 5:07 pm    Post subject: Reply with quote

Code:

# ls -l /etc/portage/profile
ls: /etc/portage/profile: No such file or directory


:-\\\\
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sun Sep 04, 2005 12:18 am    Post subject: Reply with quote

croot wrote:
ls: /etc/portage/profile: No such file or directory


Nulla di male, si tratta di files che crei tu quando ti servono... il fatto che non ci sono significa che non ne hai mai avuto bisogno.
_________________
Ciao da me!
Back to top
View user's profile Send private message
croot
Apprentice
Apprentice


Joined: 07 Jul 2004
Posts: 240
Location: Massa (toscana)

PostPosted: Sun Sep 04, 2005 12:32 am    Post subject: Reply with quote

cmq ci ho rinunciato.. mi sto reinstallando quello di cui proprio non puo fare a meno .. vabbè un po' di cose le ho tolte..
ciao e grazie.
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