Skip to content
Inho Oh edited this page Jul 4, 2024 · 11 revisions

ALN

Ubuntu

Ubuntu 22.04 (Jammy)

Create the /etc/apt/sources.list.d/aln.list file with following content:

deb [trusted=yes] https://webispy.github.io/aln/ubuntu/ jammy main

Install

sudo apt update
sudo apt install aln libaln-dev

Ubuntu 20.04 (Focal)

Create the /etc/apt/sources.list.d/aln.list file with following content:

deb [trusted=yes] https://webispy.github.io/aln/ubuntu/ focal main

Install

sudo apt update
sudo apt install aln libaln-dev

Fedora

Create the /etc/yum.repos.d/aln.repo file with following content:

[aln]
name=aln
baseurl=https://webispy.github.io/aln/repo
enabled=1
gpgcheck=0

Install

dnf update
dnf install aln aln-devel
Clone this wiki locally