Jump to content
34 minutes ago, Electronics Wizardy said:

sudo apt install -y default-jre

 

What do you get. Also tar.gz must be compiled with gcc and .rpms are for red hat/centos/fedora only.

whats gcc. that command didnt install the software. Isnt there usually an update command too?

Link to post
Share on other sites

7 minutes ago, Legolessed said:

whats gcc. that command didnt install the software. Isnt there usually an update command too?

i got this command chain to work

 

sudo apt-get purge openjdk

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update

sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default

 

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×