Installing Xfce On Ubuntu 9.10 I Need

I need help with Installing XFCE on Ubuntu 9.10. I wantWebmin is a web-based interface for system
to use Ubuntu 9.10 and all its features as it is out of theadministration for Unix. Using any modern web
box. But my computer specifications are too low ibrowser, you can setup user accounts, Apache, DNS,
guess. I installed Ubuntu 9.10 on my computer but it isfile sharing and much more. Webmin removes the
very slow and i don't feel like working on the sameneed to manually edit Unix configuration files like /etc
computer. Now i don't want to uninstall Ubuntu. But as ipasswd, and lets you manage a system from the
am not currently planning to upgrade my computer as iconsole or remotely.Currently There is no Webmin
will be buying a new PC later in December last weekpackage in the Ubuntu repositories.This tutorial will
so i need a work around. I came across XFCE whichexplain how to Install Webmin in Ubuntu Karmic
is a light weight desktop. I am also aware or LXDE butYou can install webmin as your ubuntu server web
it is way too basic. So i want to install XFCE. Caninterface to configure apache2,mysql,FTp servers and
anyone help me with the installation procedure? Pleasemany more.Now we will see how to install webmin in
help...We have already discussed how to install ubuntuUbuntu 9.10
9.10 LAMP server .If you are a new user and notPreparing your system
familiar with command prompt you can install GUI forFirst you need to install the following packagessudo
your ubuntu LAMP server using one of  the 2 optionsaptitude install perl libnet-ssleay-perl openssl
1) Install desktop Environmentlibauthen-pam-perl libpam-runtime libio-pty-perl
2) Install Webminlibmd5-perl
Installing XFCE on Ubuntu 9.10Now download the latest webmin using the following
I needcommand or from herewget
Now we have webmin_1.500_all.deb package install
1) Install desktop Environmentthis package using the following commandsudo dpkg -i
First you nee to make sure you have enabledwebmin_1.500_all.deb
Universe and multiverse repositories in /etc/aptThis will complete the installation.
sources.list file once you have enable you need to useUsing the Webmin APT repository
the following command to install GUIsudo apt-getIf you like to install and update Webmin via APT, edit
updatesudo apt-get install ubuntu-desktopthe /etc/apt/sources.list file on your systemsudo vi /etc
The above command will install GNOME desktopapt/sources.listadd the linedeb sarge contrib
If you wan to install a graphical desktop managerSave and exit the file
without some of the desktop addons like Evolution andYou should also fetch and install my GPG key with
OpenOffice, but continue to use the server flavorwhich the repository is signed, with the commands : cd
kernel use the following command/rootwget apt-key add jcameron-key.asc
Installing XFCE on Ubuntu 9.10You will now be able to install with the commandssudo
I needsudo aptitude install --no-install-recommendsapt-get updatesudo apt-get install webmin
ubuntu-desktopAll dependencies should be resolved automatically.
If you want to install light weight desktop install xfceUbuntu in particular don't allow logins by the root user
using the following commandsudo apt-get installby default. However, the user created at system
xubuntu-desktopinstallation time can use sudo to switch to root.
If you want to install KDE desktop use the followingWebmin will allow any user who has this sudo
commandsudo apt-get install kubuntu-desktopcapability to login with full root privileges.
2) Install Webmin in Ubuntu 9.10 server