xubuntu

Asked by Daniel R. O'Connor

I have a dell optiplex gx110 with a Pentium III processor and 256Mb ddr1 ram. I have a few questions to ask. Ubuntu 9.04 is too demanding for my system, I would like to switch to Xubuntu's xfce because gnome is too slow for me. How can I switch to xfce without reinstalling, because I have some other partitions I don't want to disturb? Once I switch to Xubuntu will I still be able to use my mac4lin theme package (I got it from gnomelook.org the download is titled Mac4Lin_install_v1.0) If it won't work is there an equivalent for xfce?After I install the xfce desktop how do I completely uninstall Ubuntu 9.04? And also When I originally installed Ubuntu 8.10 I had Windows XP as a partition and a lot of free space, when I installed it ubuntu left about 1/3 of that free space untouched so now I have very limited space for my ubuntu partition, How do I get Ubuntu to take up the rest of that free space? Please help me I am very confused.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
zvacet
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

2 Options:

1.sudo apt-get install xfce4
will give you the desktop and will allow you to run the apps you have in gnome

2. sudo apt-get install xubuntu-desktop
will install xfce AS WELL as lots of lightweight alternatives to the apps you already use. The gnome ones will still be there but the lighter ones will also be there, you are free to uninstall the original ones as you wish

There is also LXDE which is lightweight as well.
sudo apt-gte install lxde
will install it for you.

Either way, You will need to log off, select the new DE and log back in.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Thats 3 options too
;)

Revision history for this message
zvacet (ivicakolic) said :
#3
Revision history for this message
Daniel R. O'Connor (603oconnord) said :
#4

You sent me a comand that uninstalls ubuntu then installs xubuntu. This is
exactly what I want to do, but I already installed xubuntu befor I got your
message. I f I run your comand will it uninstall ubuntu and install xubuntu
once again or will it skipp the step for installing xubuntu?

On Sun, Oct 4, 2009 at 4:03 PM, zvacet
<email address hidden>wrote:

> Your question #84773 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/84773
>
> zvacet proposed the following answer:
> Read http://psychocats.s465.sureserver.com/ubuntu/purexfce
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/84773/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/84773
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

All the ubuntus are identical under the hood, The ONLY difference between XuBuntu, Ubuntu, Edubuntu, Fluxbuntu, KUbuntu, LUbuntu and any other buntu you can possibly name, is the default applications. They all use the same repositorys so you can install KUbuntu, then decide to install XFCE, you can. You can have as many desktop environments as you like and can easily switch between them before you log in. Otherwise there is zero difference.

Uninstalling Ubuntu to then instal lXUbuntu will only save you a little space but you can save this space yourself by uninstalling the apps that you do not wish to have
E.g.
Ubuntu used gedit as its default text editor, XUbuntu uses mousepad. If you install xubuntu-desktop you will have both and you are free to uninstall gedit or mousepad or even both if you wish. You could even install leafpad or kate if the fancy took you.

The different buntu's are not entirely different operating systems like XP is to Vista. They just have different default apps which can be added to and removed via synaptic/apt-get/aptitude etc.

Revision history for this message
Best zvacet (ivicakolic) said :
#6

”. I f I run your comand will it uninstall ubuntu and install xubuntu
once again?

No it will not install Xubuntu desktop once again,simply because it is installed already.Don't run last part of command ( sudo apt-get install xubuntu-desktop) and you will be fine.

Revision history for this message
Daniel R. O'Connor (603oconnord) said :
#7

Thanks zvacet, that solved my question.