Hi Everyone ,
Most of the Programmers uses Ubuntu Operating System and most of them don't know how to install java in Ubuntu , So this post is regarding with the Installing Java in Ubuntu OS as it is very easy to install java in Windows.
Here are the things you have to do to install java in Ubuntu.
Most of the Programmers uses Ubuntu Operating System and most of them don't know how to install java in Ubuntu , So this post is regarding with the Installing Java in Ubuntu OS as it is very easy to install java in Windows.
Here are the things you have to do to install java in Ubuntu.
- Open the Terminal Using CTRL+ALT+T or type terminal in search Launchpad.
- In terminal you need to first add the ppa repository of webupd8team which is maintaining the Java repository for the Ubuntu OS.
- update the system repository
- install the java 8 installer
So Run the Below Commands one by one
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer
To check whether the
java installed Successfully run below command
java -version
This Confirm whether the Java with version 8 is successfully installed.
Hope this post will help you guys, If facing any problem feel free to ask your problem I will try to revert back with solution.
0 comments:
Post a Comment