Topic: Install Hyperbola Plasma
Hello, Hyperbola community!
I am trying to spread Hyperbola to people by authoring my first desktop tutorial. I managed to install Hyperbola with KDE Plasma Desktop on a virtual machine, then documented it as a tutorial on website, and here let me share with you a summary in step by step. I hope this could be a good contribution to Hyperbola community. In this humble tutorial, we will use 'hypermachine' as the hostname.
Goals
- root's username: root
- root's password: hyperman
- normal user: hyperman
- normal user's password: hyperman
Step 1. Install Hyperbola
Follow Hyperbola Installation Guide to have a working minimum system. Welcome to GNU system!
Step 2 Install Xenocara Display server
# useradd -m hyperman
# passwd hyperman
# pacman -S xenocara-server xenocara-xinit
# pacman -S networkmanager
# rc-update add NetworkManager default
Note: Hyperbola uses OpenRC and is fully free from Systemd thus we use rc-update instead of systemctl here.
Note: Hyperbola uses Xenocara instead of Xorg (also known as X11) and this distinguishes it from Parabola.
Step 3. Install KDE Plasma Desktop
# pacman -S plasma-meta sddm kde-applications
# rc-update add sddm default
# reboot
To this point, you should have a working Hyperbola with Plasma desktop. Congratulations!