User Tools

Site Tools


ubuntu_server_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
ubuntu_server_setup [2020/02/24 09:45]
mstraub [Basic Packages]
ubuntu_server_setup [2020/07/23 11:31]
mstraub [Oracle Java]
Line 22: Line 22:
 </​code>​ </​code>​
  
-===== Oracle ​Java =====+===== Java ===== 
 + 
 +If you are fine with the OpenJDK version that comes with your Ubuntu:
  
-If you need Oracle Java install it from this 3rd party repo (which is updated regularly): 
 <code bash> <code bash>
-sudo add-apt-repository ppa:​webupd8team/​java +sudo apt install openjdk-11-jdk-headless
-sudo apt-get update +
-sudo apt-get install oracle-java8-installer+
 </​code>​ </​code>​
  
-[[http://www.webupd8.org/​2012/​09/​install-oracle-java-8-in-ubuntu-via-ppa.html|original source]], [[https://​wiki.ubuntuusers.de/​Java/​Installation/​Oracle_Java/​Java_8|more info @ ubuntuusers.de]] +A good alternative if you want other versions is https://adoptopenjdk.net they provide ppas for free.
- +
 ===== Lighttpd ===== ===== Lighttpd =====
  
ubuntu_server_setup.txt · Last modified: 2021/10/18 16:19 by mstraub