| View previous topic :: View next topic |
| Author |
Message |
Ale Guest
|
Posted: Mon Nov 17, 2008 4:07 pm Post subject: Remove GNOME on Suse 10.1 |
|
|
Hi,
how can I remove GNOME autostart from my installation? And, if it
isn't too hard for a beginner, how can I completely remove GNOME?
Thank you.
Ale |
|
| |
|
Back to top |
houghi Guest
|
Posted: Mon Nov 17, 2008 10:13 pm Post subject: Re: Remove GNOME on Suse 10.1 |
|
|
Ale wrote:
| Quote: |
Hi,
how can I remove GNOME autostart from my installation? And, if it
isn't too hard for a beginner, how can I completely remove GNOME?
|
Somebody else asked the same question. Nice. Just go to YaST, sort on
repositories, I think and uninstall it.
houghi
--
You are standing at the end of a road before a small brick building.
Around you is a forest. A small stream flows out of the building and
down a gully. |
|
| |
|
Back to top |
ray Guest
|
Posted: Mon Nov 17, 2008 10:16 pm Post subject: Re: Remove GNOME on Suse 10.1 |
|
|
On Mon, 17 Nov 2008 08:07:22 -0800, Ale wrote:
| Quote: | Hi,
how can I remove GNOME autostart from my installation? And, if it
isn't too hard for a beginner, how can I completely remove GNOME?
Thank you.
Ale
|
Before I attempt to answer the question, what do you plan to use in it's
absence? |
|
| |
|
Back to top |
Ulrich Stolve Guest
|
Posted: Tue Nov 18, 2008 7:34 am Post subject: Re: Remove GNOME on Suse 10.1 |
|
|
Ale @ Montag, 17. November 2008 17:07:
<5259bf6f-2e1a-4377-9b68-af45f8e099dd@d10g2000pra.googlegroups.com>
| Quote: | Hi,
how can I remove GNOME autostart from my installation? And, if it
isn't too hard for a beginner, how can I completely remove GNOME?
Thank you.
Ale
|
Try this as root, by typing "su" and "yourpassword" (w/o quotes):
<code>
rpm -e $(rpm -qa | grep gnome)
</code>
If it doesn't help you out, step into YaST, search for "gnome" (w/o
quotes) and delete everything.
If you wish to use another $DesktopEnvironment, go choosing a
$DesktopEnvironment that fits your needs, maybe "icewm" or "fluxbox".
Certainly you can go on installing KDE; just if you like.
But some Progs depends on GNOME'libs. So they were installed (kept)
anyway...
Good luck.
U.
--
This sick nature was brought to you by human kind,
please stay tuned. Thank you. |
|
| |
|
Back to top |
|