kotlin-native on AUR (Arch User Repository)

Last updated: November 26,2024

1. Install "kotlin-native" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install kotlin-native on Arch using YAY

$ yay -S kotlin-native

* (Optional) Uninstall kotlin-native on Arch using YAY

$ yay -Rns kotlin-native

2. Manually Install "kotlin-native" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone kotlin-native's git locally

$ git clone https://aur.archlinux.org/kotlin-native.git ~/kotlin-native

c. Go to ~/kotlin-native folder and install it

$ cd ~/kotlin-native $ makepkg -si

3. Information about the kotlin-native package on Arch User Repository (AUR)

ID: 1015828
Name: kotlin-native
PackageBaseID: 141311
PackageBase: kotlin-native
Version: 1.6.10-1
Description: An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library
URL: https://github.com/JetBrains/kotlin
NumVotes: 2
Popularity: 0
OutOfDate: 1649179399
Maintainer: solonovamax
Submitter: Philzli
FirstSubmitted: 1555502664
LastModified: 1641674987
URLPath: /cgit/aur.git/snapshot/kotlin-native.tar.gz