Skip to content

Instantly share code, notes, and snippets.

@cupuyc
Last active February 27, 2021 18:46
Show Gist options
  • Save cupuyc/a304ef1e6f47ff648cd3c5de91a4fb0e to your computer and use it in GitHub Desktop.
Save cupuyc/a304ef1e6f47ff648cd3c5de91a4fb0e to your computer and use it in GitHub Desktop.
Install Java8 Ubuntu
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install maven
sudo apt-get install git
sudo apt-get install npm
sudo npm install -g bower
sudo ln -s /usr/bin/nodejs /usr/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment