![]() |
Installing software from .tar.gz format - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: Installing software from .tar.gz format (/showthread.php?tid=433) |
Installing software from .tar.gz format - DRW05 - 06-09-2014 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. Re: Installing software from .tar.gz format - Valtam - 06-09-2014 Thats the download for Oracles JDK. Linux Lite uses Open JDK, install the development kit it by opening a terminal and doing: Code: sudo apt-get install openjdk-7-jdk |