I forgot to install the Graphical user interface with my fedora core 6 install. How can I install this afterwarts ????
If it's a new install, I'd simply reinstall it instead of starting to fiddle with missing packages...
the hard road... Re-install would be way easier, but if you want difficult road: http://ftp.gnome.org/pub/GNOME/platform/2.16/2.16.1/sources/ http://ftp.gnome.org/pub/GNOME/desktop/2.16/2.16.1/sources/ http://ftp.gnome.org/pub/GNOME/admin/2.16/2.16.1/sources/ Those links should contain everything you need for a Gnome X-system I beileve, assuming you have all the necessary dev tools installed (gcc. python, java, mono, and perl), and if not you will need everything in these folders here: http://ftp.gnome.org/pub/GNOME/bindings/2.16/2.16.1/sources/
We did it fairly easy on our Centos, Code: yum groupisntall gnome or Code: yum install gnome system-config-network system-config-services Startup GNOME: Code: startx & you have to put in your startup script if you want the visual to start automatically or just start it from the command line (much more because you can turn on or off the visual when you want)