- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 81字
- 2021-06-10 18:49:17
Installing Kotlin on Linux
To install Kotlin on Unix based systems such as Linux, Solaris, OS X etc., run the following commands in a terminal.
$ curl -s https://get.sdkman.io | bash
Then open a new terminal and execute below commands to install Kotlin:
$ sdk install kotlin
We can run the following command to see the version of Kotlin:
$ kotlin -version
To install Kotlin on Ubuntu, execute the following command from a terminal:
$ sudo snap install --classic kotlin
推薦閱讀
- JBoss Weld CDI for Java Platform
- Learning NServiceBus(Second Edition)
- R語言數據分析從入門到精通
- 測試驅動開發:入門、實戰與進階
- C++面向對象程序設計(微課版)
- 深入淺出WPF
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Oracle從入門到精通(第5版)
- Unity UI Cookbook
- LabVIEW虛擬儀器入門與測控應用100例
- FPGA嵌入式項目開發實戰
- 實戰Java高并發程序設計(第2版)
- 深度學習程序設計實戰
- Implementing Microsoft Dynamics NAV(Third Edition)
- Python繪圖指南:分形與數據可視化(全彩)