Linux Lite Forums

Software - Support => Installing Software => Topic started by: DRW05 on June 08, 2014, 11:39:53 PM

Title: Installing software from .tar.gz format
Post by: DRW05 on June 08, 2014, 11:39:53 PM
I am trying to install the Java Development Kit. Instructions are here:
http://docs.oracle.com/javase/8/docs/technotes/guides/install/linux_jdk.html#BJFCDAIB


I can't make any progress with these commands. Can anyone provide a step by step instruction? I have the .tar.gz file downloaded and sitting in my downloads folder.
Title: Re: Installing software from .tar.gz format
Post by: Jerry on June 09, 2014, 03:06:43 AM
Thats the download for Oracles JDK. Linux Lite uses Open JDK, install the development kit it by opening a terminal and doing:

Code: [Select]
sudo apt-get install openjdk-7-jdk