Posts

Showing posts from April, 2018

How to install Kotlin in Ubuntu 18.04

Image
Install Kotlin Ubuntu 18.04/ Ubuntu 18.10 Steps to Install Kotlin in Ubuntu 18.04 / Ubuntu 18.04 1) If you Don't have snap installed on your Ubuntu 18.04/ Ubuntu 18.10 system. Open your Terminal by Pressing Ctrl + Alt + T and enter the following command. sudo apt-get install snapd snapd-xdg-open Kotlin can be installed in ubuntu 18.04 or ubuntu 18.10 by two methods 2) Open your Ubuntu Software & Search for Koltin. 3) Method 2 : In your Terminal type the following command and press enter. snap install kotlin Snap packages are made for Cross Platform. I feel Installing Kotlin in Ubuntu 18.04 via Snap is Better.

How to install java in ubuntu 18.04 / ubuntu 18.10

Image
Install java ubuntu 18.04 Open Terminal by Pressing Ctrl + Alt + T in your Ubuntu 18.04 / ubuntu 18.10 system Paste the Following command in your ubuntu 18.04 / ubuntu 18.10 system to install java 1) Add the PPA sudo add-apt-repository ppa:webupd8team/java 2) Update the Repository sudo apt update 3) Run the Installer sudo apt install oracle-java8-installer If you want to install other version of Java Simply Change the Number. Example : sudo apt install oracle-java9-installer Now follow the OnScreen Instructions to install java in ubuntu 18.04 / ubuntu 18.10 After installation gets completed, Run the Following command to check the Version of java in ubuntu 18.04/ ubuntu 18.10 javac -version How to Set Java environment variables in Ubuntu 18.04 / Ubuntu 18.10 ?? sudo apt install oracle-java8-set-default If you want to install other version of Java Simply Change the Number. Example