PDA

View Full Version : [ubuntu] Starting Xwindo !



krsnavan
June 28th, 2008, 09:39 AM
Hi !

When i try to start xwindow, it says

sudo apt-get install xinit

wht package do i need to install, plz explian the procedures
and where ican get the installations

tanx

ibutho
June 28th, 2008, 09:46 AM
Hi. To install X windows, you need to do

sudo aptitude update
sudo aptitude install xserver-xorg
You may also need to install a DE like kde, gnome or xfce.

krsnavan
June 28th, 2008, 09:50 AM
Where can idownload the installation files

ibutho
June 28th, 2008, 09:56 AM
You don't have to download them manually, its automatically done for you when you run apt-get or aptitude.

prshah
June 28th, 2008, 10:37 AM
When i try to start xwindow, it says
sudo apt-get install xinit



From your earlier posts, it looks as though you're using ubuntu server. To add GUI functionality to this, in the terminal, give the command
sudo apt-get install ubuntu-desktop

This will install and activate desktop related services as well as continue to keep your server related services active.

Post back if you need more help.

krsnavan
June 28th, 2008, 12:25 PM
Now getting error message as

Sudo:timestamp too far in the future :jun 28 11:16:45 2008

I able to resolve dns of internet sites.

vanna

krsnavan
June 28th, 2008, 01:41 PM
Thanx !
for all the help offered !

But it took long time to download xwindows from Ububtu sites, but halted at the end syaing sume file not avialable.

Whether i can get installed only the Xwindow for ubuntu from an Tar file.

Vanna

prshah
June 28th, 2008, 02:10 PM
Sudo:timestamp too far in the future :jun 28 11:16:45 2008


Give the command
sudo -k or
sudo -K to resolve this problem.



Whether i can get installed only the Xwindow for ubuntu from an Tar file.


You could possibly get it from a tar file somewhere (i dont know where) but by the time you resolve dependencies and compile, you will realize that it's far better to apt-get the binaries.

If you can get hold of the live or alternate CDs of ubuntu desktop then post back for instructions on how you can use those to add the GUI on your installation.

oldos2er
June 28th, 2008, 07:20 PM
What version of Ubuntu are you running?