How to install GNOME Desktop and Firefox in FreeBSD
To install GNOME Desktop and Firefox in FreeBSD
In this article we will learn the basic procedures to install GNOME Desktop and Firefox in FreeBSD.
To start with it, install XORG package graphically by using " pkg install" command.
# pkg install xorg
During installation, it will ask confirmation. Just hit " y" to proceed further.
After installing " XORG" , lets install Gnome desktop by using the following command.
# pkg install gnome3
Press “ y” to continue with the installation.
Open the “ rc.conf” file and add following lines into it.
# nano /etc/rc.conf dbus_enable=” YES” hald_enable=” YES” gdm_enable=” YES” gnome _enable=” YES”
Then we will try to install " Firefox" by using the following command.
# pkg install firefox
Type “ y” to continue the installation.
After installing, “ reboot” the system by running the following command.
# reboot
Once the reboot is successfully completed. Login to the Gnome desktop using the login credentials.
And then check for Firefox browser.