Installing SB.OS on your computer

You can install SB.OS permanently on your computer: to do so, follow the instructions while SB.OS is booting. If you are going to install SB.OS beside an existing operating system, we recommend to prepare security backups of all critical data, even though the installer can resize partitions. You'll need at least 18,5 GB for the SB.OS, but be not to sparingly - we recommend around 30 GB for the system and your data.

If you have a running ubuntu, you can also install the SB.OS Software. First, you have to add our public gpg key and our software repository to your system (change „bionic“ to the codename of your system):

Open a terminal and type


sudo -i
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 813C9B1C
echo "deb http://jaguar.biologie.hu-berlin.de/sbos/ bionic main" > /etc/apt/sources.list.d/sbos.list


The first line will import the gpg key of the SB.OS repository, the second line creates the file sbos.list in the directory /etc/apt/sources.list.d/ with informations about the SB.OS repository. The last line will update your package sources and install the 'full' SB.OS desktop. You may wish to only install some of our packages, in this case type 'sudo apt install $NAME_OF_APPLICATION.

Now you can install the sb.os-desktop (or single packages) via your preferred package manager (e.g. synaptic) or in the terminal with


sudo apt update ; sudo apt install sb.os-desktop


 
installation_instructions.txt · Zuletzt geändert: 2018/11/26 14:34 von ivomaintz
Letzte Änderungen · Zeige Quelltext ·