Kategorie: Linux

Quick installation of Java 8 and 9 Ubuntu and Linux Mint

Java is an old evil and a lot of people do not like her, as you know, however, sometimes it comes in handy 😉
Personally, I use it to install dedicated servers using IPIMI.

Below, a simple guide on how to install it on deskopowych versions of Ubuntu and Linux Mint.

Open a terminal as root and add to the repository system:

sudo add-apt-repository ppa:webupd8team/java

We then upgrade packages package and charge the selected version:

sudo apt update; sudo apt install oracle-java8-installer

If you would like to install a version 9 just change the version number:

sudo apt update; sudo apt install oracle-java9-installer

We reaffirm the terms of the license and continue.

We check to see if everything was OK with the command:

javac -version

Should we show version in our system.

Then you are installing Java as the default for your system:

sudo apt install oracle-java8-set-default

for java 9 similarly:

sudo apt install oracle-java9-set-default

It's all java is installed and can manage the menu system.
In the case of java9 it has a little better compared to the gui version 8.

Below the guide Java System Installation for Centos 8

Linux

Zobacz komentarze

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

4 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

4 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

4 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

4 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

4 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

4 years temu