You are not logged in.

#1 2016-12-23 02:24:14

Davy
Member
From: Ireland
Registered: 2016-05-31
Posts: 65
Website

[SOLVED] JRE version 8 in BunsenLabs

How would I install JRE version 8?

Last edited by Head_on_a_Stick (2016-12-27 22:43:32)

Offline

#2 2016-12-23 07:16:44

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] JRE version 8 in BunsenLabs

Davy wrote:

How would I install JRE version 8?

First, add the jessie-backports repositories by using this command:

sudo apt edit sources

Add this line to the file:

deb http://httpredir.debian.org/debian jessie-backports main contrib non-free

Then save the file and update the package database with:

sudo apt update

Finally, install the package with the backports repository targeted:

sudo apt install -t jessie-backports openjdk-8-jre

https://packages.debian.org/jessie-back … njdk-8-jre

I have split your question into it's own thread as others may find this useful wink

Last edited by Head_on_a_Stick (2016-12-23 07:19:32)

Offline

#3 2016-12-27 12:46:01

Davy
Member
From: Ireland
Registered: 2016-05-31
Posts: 65
Website

Re: [SOLVED] JRE version 8 in BunsenLabs

ah, lovely. Thank you.

Sorry I didn't put it in its own thread in the first place

Offline

#4 2016-12-27 22:43:10

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] JRE version 8 in BunsenLabs

No problem, I have marked the thread [SOLVED] -- you can do this yourself next time by editing the title of the first post in the thread wink

Offline

Board footer

Powered by FluxBB