1. Add the PPA. Open terminal (Ctrl+Alt+T) and run the command: sudo add-apt-repository ppa:webupd8team/java Type in your password when it asks and hit Enter. 2. Update and install the installer script: Run commands to update system package index and install Java installer script: sudo apt update && sudo apt install oracle-java8-installer 安装… Read More