Kotlin on Ubuntu 20.04 Focal Fossa Linux

How to install Kotlin on Ubuntu 20.04 Focal Fossa Linux

Kotlin is a general-purpose programming language which interoperates fully with Java. Kotlin’s JVM version of its standard library depends on the Java Class Library, hence this tutorial will first show the reader how to install Java SDK and then a Kotlin compiler on Ubuntu 20.04.

In this tutorial you will learn:

  • How to install Java SDK
  • How to install Kotlin compiler
  • How to compile simple Kotlin program
  • How to run Kotlin program

Read more

Installation of Node.js and NVM on Ubuntu 20.04 LTS Focal Fossa

How to Install Node.js on Ubuntu 20.04 LTS Focal Fossa

If you are a JavaScript enthusiast you may be interested in installing Node.js, which is a JavaScript runtime environment that executes JavaScript code outside of a web browser. This guide will describe a procedure of installing Node.js and the NVM on Ubuntu 20.04 LTS Focal Fossa.

In this tutorial you will learn:

  • How to install default Node.js
  • How to check Node.js version
  • How to install NVM from source
  • How to any Node.js version per user basis

Read more

PIP and PiP3 on Ubuntu 20.04 Focal Fossa Linux

How to install Python package installer PIP on Ubuntu 20.04 Focal Fossa Linux

PIP is a package management system used for installing and managing software packages that were developed with Python. The objective of this tutorial is to show the reader how to install PIP on Ubuntu 20.04 Focal Fossa Linux.

In this tutorial you will learn:

  • How to install Python package installer PIP
  • How to install Python 3 package installer PIP3
  • Basic PIP command usage

Read more