Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the installer to install Unimus on your system:

No Format
# please run as root
bash <(curl -s https://unimus.net/download/deblinux/install.sh)

Security note: it is dangerous running unknown scripts from the internet.
Please always review the script source before running it on your machines.

...

We recommend taking a look at this article on how to configure Unimus:
Initial configuration > Configuration wizard

Installing Java

...

Supported OS

Ubuntu:

No Format
apt-get install openjdk-8-jre

 

However, if your distribution doesn't have Java 8 in the default repositories, you can add Oracle repos.

Ubuntu 12 / 13 / 14 / 15 / 16 / 17 / 18

No Format
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-unlimited-jce-policy

Debian 9 Stretch

No Format
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu artful main" | tee /etc/apt/sources.list.d/webupd8team-java.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu artful main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-unlimited-jce-policy

Debian 8 Jessie

No Format
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-unlimited-jce-policy

Debian 7 Wheezy

No Format
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee /etc/apt/sources.list.d/webupd8team-java.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-unlimited-jce-policy
Ubuntu 16 and newer
Ubuntu 12, 14

Debian:

No Format
Debian 9 (Stretch)
Debian 8 (Jessie)
Debian 7 (Wheezy)