Jump to content

Install KDE on FreeBSD


Linux Hint

Recommended Posts

This tutorial is about setting up KDE on FreeBSD 10.2. KDE is short for K Desktop Environment, and it’s a Linux desktop manager with a simple, straightforward, and very intuitive interface. It comes with everything that a modern desktop manager does: toolbars, applications, a variety of different color themes, an all-encompassing start menu, internationalization features, and desktop configuration options that are dialog-driven.

Step 1: Install some supporting packages.

Issue the command below to install Nano:

$ pkg install nano

word-image-94.jpeg

The head over to the rep configuration file located at:

$ nano /etc/pkg/FreeBSD.conf

word-image-95.jpeg

Then update the pkg repo with the command below:

$ pkg update

word-image-96.jpeg

Lastly, use the pkg package manager to install Xorg:

$ pkg install xorg

word-image-97.jpeg

Step 2: Install and configure KDE.

Then use the package manager to install KDE:

$ pkg install kde*

word-image-98.jpeg

Then go to the fstab file, and append the line below the file, then save and exit the file:

$ nano /etc/fstab
proc /proc procfs rw 0 0

word-image-99.jpeg

Go to the rc.conf file edit as follows:

$ nano /etc/rc.conf

word-image-100.jpeg

Save and exit to keep changes.

Reboot the system using the command below:

$ init 6

Step 3: Getting started with KDE.

Upon system reboot, and when the installation finishes, log in with your credentials.

  • To see details on system configuration, head over to system settings.
  • See what applications are running, select the applications tab.
  • Select the computer tab to see details on disk partitioning, etc.
  • The recently used tab shows all the applications opened recently.
  • To turn off your computer, select the leave icon and click on shut down.

Wrapping up

That’s it for this tutorial. Hopefully, the instructions worked out for you, and you’ve KDE up to and running on your computer by now.

View the full article

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...