XFree86 & Desktop installation

Gautam Gopalakrishnan ggop at madras.dyndns.org
Tue Jan 6 03:13:36 PST 2004


On Tue, Jan 06, 2004 at 03:04:48AM -0800, freebsd at mazenalzogbi.com wrote:
> Hi,
> 
> I already configured the XFree86 on my FreeBSD system and I want to run
> the KDE or Gnome desktop applications. How is this possible.
> 
> I appreciate your help. Totally newbie here :)
 
If you have the time, patience and disk space, you could:

for gnome:
# cd /usr/ports/x11/gnome2
# make install clean

for kde:
# cd /usr/ports/x11/kde3
# make install clean

Or just install the packages (will fetch from the ftp servers)
# pkg_add -r kde
or
# pkg_add -r gnome2

hth
Gautam



More information about the freebsd-questions mailing list