How to install Kotlin in Ubuntu 18.04

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.

Comments

  1. This article is incomplete. When I try to install via "snap install kotlin", I get the following message:

    error: This revision of snap "kotlin" was published using classic confinement and thus may
    perform arbitrary system changes outside of the security sandbox that snaps are usually
    confined to, which may put your system at risk.

    If you understand and want to proceed repeat the command including --classic.

    I can do what this error suggests at the end, but what does that imply or mean, to use "-classic"?

    ReplyDelete
  2. error: This revision of snap "kotlin" was published using classic confinement and thus may
    perform arbitrary system changes outside of the security sandbox that snaps are usually
    confined to, which may put your system at risk.

    Is your problem solved? I am still facing the same

    ReplyDelete
  3. Is your problem solved? I am still facing the same

    ReplyDelete
  4. Is your problem solved? I am still facing the same

    ReplyDelete

Post a Comment

Popular posts from this blog

How to install google chrome on ubuntu 18.04 / 18.10

How to Install VLC on Ubuntu 18.04 LTS