-
-
Notifications
You must be signed in to change notification settings - Fork 31
Install Regolith
Regolith can be installed in two ways: If you already have an existing Ubuntu setup, Regolith can simply be added as another desktop session by installing the package regolith-desktop
from the Regolith PPA. If you'd like to start from scratch, download the Regolith Linux ISO and simply install Regolith as you would stock Ubuntu. Both approaches are equivalent, except that the LiveCD does not contain the default Ubuntu UI, but also some branding such as login screen changes not present in the PPA release.
Another option if you'd like to learn more about Regolith without installing it; the ISO, when booted from USB, can boot into a live environment. This can be achieved by selecting "Try Regolith" from the boot menu when booting from the 1.2 Release ISO.
The Ubuntu-based LiveCD can be downloaded from Source Forge. Release 1 is based on Ubuntu 18.04 and release 1.2 is based on Ubuntu 19.04, but either can be used to update to the latest updates. Write the file to a usb drive as you would any other Linux install image, and boot the drive in the PC that you wish to install to. It works exactly as the stock Ubuntu installer.
From your existing Ubuntu 18.04 (Bionic) or 19.04 (Disco) system, perform the following installation steps:
- Open a terminal, and enter:
sudo add-apt-repository -y ppa:kgilmer/regolith-stable
- After the sync completes, enter:
sudo apt install regolith-desktop
- Some packages will be installed. When this completes, reboot.
- At the login screen, select the "gear" (⚙️) icon and select
Regolith
from the list, and then login.
If you encounter errors, please refer to the [troubleshooting page]({% link troubleshooting.md %}) for help.
If Regolith is not for you, simply follow these steps to remove it from your system:
- Log out of the Regolith session and into the default Ubuntu session.
- Open a terminal and run:
sudo apt remove regolith-desktop regolith-st && sudo apt autoremove
- Now remove the PPA:
sudo add-apt-repository --remove ppa:kgilmer/regolith-stable
- To restore your GNOME settings, run:
source ~/.regolith-gnome-backup
- You can safely delete
~/.config/regolith
.
Since most of this wiki content was created, a new site for Regolith was created. This wiki content was written for Regolith 1.2 but most of it still applies to 1.3. However, it is suggested to first check if the information you are looking for is here.