Install GUI in Ubuntu Server
Install GUI in Ubuntu Server
Share48
If you're new here, you may want to subscribe to my RSS feed and if you have
questions related to your ubuntu system post question to our forums. Thanks for
visiting!
We have already discussed how to install ubuntu 9.04 LAMP server .If you are a new user and
not familiar with command prompt you can install GUI for your ubuntu LAMP server using the
2 options
2) Install Webmin
First you nee to make sure you have enabled Universe and multiverse repositories in
/etc/apt/sources.list file once you have enable you need to use the following command
to install GUI
If you wan to install a graphical desktop manager without some of the desktop addons
like Evolution and OpenOffice, but continue to use the server flavor kernel use the
following command
If you want to install light weight desktop install xfce using the following command
Webmin is a web-based interface for system administration for Unix. Using any modern
web browser, you can setup user accounts, Apache, DNS, file sharing and much more.
Webmin removes the need to manually edit Unix configuration files like /etc/passwd,
and lets you manage a system from the console or remotely.Currently There is no
Webmin package in the Ubuntu repositories.This tutorial will explain how to Install
Webmin in Ubuntu Jaunty
You can install webmin for your server web interface to configure apache2,mysql,FTp
servers and many more.Now we will see how to install webmin in Ubuntu 9.04
Now download the latest webmin using the following command or from here
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.470_all.deb
Now we have webmin_1.470_all.deb package install this package using the following
command
If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on
your system
sudo vi /etc/apt/sources.list
You should also fetch and install my GPG key with which the repository is signed, with
the commands : cd /root
wget http://www.webmin.com/jcameron-key.asc
Now you need to open your web browser and enter the following
https://your-server-ip:10000/
After login if you want to configure Apache,Mysql server you need to click on Servers
on your lefthand side you should many servers are ready to configure
This is very Easy to configure most of the servers and Enjoy your new Ubuntu Jaunty
LAMP Server.
I had some trouble installing Webmin 1.510 on Ubuntu 10.04 LTS Server (aka Lucid). The problem is that Webmin uses a deprecated Perl module (a wrapper around Digest::MD5 for users of an
ancient MD5 library) and both Debian and Ubuntu refuse to put it back into their respective repositories. Entirely within their rights, of course, but not so good for us weekend admins who want
a painless install process.
Okay, so let’s get to work. I’m installing Webmin 1.510 via the remaining Debian packages.
The reason for this is that ‘libmd5-perl’ is persona non grata at both Debian and Ubuntu, as mentioned.
Open a browser and get the newest libmd5-perl package (from 2004 – lol)
http://ftp.debian.org/pool/main/libm/libmd5-perl/
Install Webmin
The dependencies should all be installed now. We can download the Webmin deb package from Sourceforge.
http://sourceforge.net/projects/webadmin/files/
Sourceforge will generate a link for you to use from their web site. My link was:
as root with your root password, or as any user who can use sudo
You should now be able to visit your webmin login page on port 10000 (use your own IP number):
http://192.168.0.5:10000/
Ideally, the Webmin gurus will refactor the old MD5 code dependencies, but this seems to work fine for now.