Installation
Ultramarine Linux
Ultramarine comes with the Terra Repository, simply install Andaman!
sudo dnf install anda
Fedora Linux
First, install the Terra Repository (opens in a new tab)
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
Then, install Andaman
sudo dnf install anda
Elsewhere
Cargo
Andaman is available as a Rust crate:
cargo install anda
Building from Source
Alternatively you can also manually download the sources from GitHub:
git clone https://github.com/FyraLabs/anda
cd anda
git checkout 0.2.3
cargo install --path .
As of writing (2024-07-23), 0.2.3 is the latest version. You should replace this with the actual latest release.