1. Remove OpenJdk
sudo apt-get purge openjdk*
2. Add repository from terminal
sudo add-apt-repository ppa:webupd8team/java
3. Update list packages
sudo apt-get update
4. Install package
sudo apt-get install oracle-java8-installer
5. Enjoy java version (1.8.0_111-b14)
java - version
Subscribe to:
Posts (Atom)
-
Convert the pdf to a postscript file and the postscript file to a pdf. Open the new pdf for example with Acrobat Reader and you can print. p...
-
sudo apt -y install wget wget https://zoom.us/client/latest/zoom_amd64.deb sudo apt install ./zoom_amd64.deb
-
Probelm: /etc/gdm/Xsession: Beginning session setup... mkdtemp: private socket dir: Permission denied Solution: A quick sudo chmod a+w /tmp ...