Skip to content

Instantly share code, notes, and snippets.

@m0g
Created August 28, 2013 09:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save m0g/6363918 to your computer and use it in GitHub Desktop.
Save m0g/6363918 to your computer and use it in GitHub Desktop.
Use Blackboard collaborate on your Ubuntu laptop
Open up a terminal (ctrl+alt+t)
Then type the following commands:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Then you should be able to run blackboard collaborate
@billjank
Copy link

Thanks! Worked like a champ.

@malake
Copy link

malake commented Aug 20, 2017

FTW! Changed -java7- to latest ver. Thanks :-)

@jscavincky
Copy link

I cant seem to get this to work. After the first command it asks for a numerical password for oem?

@clararobayo
Copy link

I change:

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

Because me java 7 give me a mistake

@Yahia-RO
Copy link

Yahia-RO commented Apr 9, 2018

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java9-installer

@fralej
Copy link

fralej commented May 8, 2018

Hi Yahia-RO

I use the command for JAVA 8 and works, but for JAVA 9 is not working.

I use the following commands:
_sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java9-installer
_

I recieve the following error:
"the package "oracle-java9-installer" dont have a candidate for the installation".

With the command for JAVA 8, its works perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment