PC110 Atlas packages

Signed APT and YUM/DNF repositories.

Portable desktop edition. Bring your own compatible BIOS and disk images.

Signing-key fingerprint

4B6FA5B0B9C8CC49F0C164C66D199F8D554224BC

Verify this fingerprint against the public distribution repository before trusting the key.

Signing key | YUM/DNF configuration | Releases and support

Ubuntu / Debian

curl -fsSLo pc110-atlas.asc https://ahmadexp.github.io/homebrew-pc110-atlas/keys/pc110-atlas.asc
gpg --show-keys --fingerprint pc110-atlas.asc
# Compare with the fingerprint above before continuing.
gpg --dearmor --output pc110-atlas.gpg pc110-atlas.asc
sudo install -m 644 pc110-atlas.gpg /usr/share/keyrings/pc110-atlas.gpg
echo 'deb [signed-by=/usr/share/keyrings/pc110-atlas.gpg] https://ahmadexp.github.io/homebrew-pc110-atlas/apt stable main' | sudo tee /etc/apt/sources.list.d/pc110-atlas.list
sudo apt update
sudo apt install pc110-atlas

Built on Ubuntu 24.04. Install on distributions that satisfy the package dependencies.

YUM / DNF

curl -fsSLo pc110-atlas.repo https://ahmadexp.github.io/homebrew-pc110-atlas/pc110-atlas.repo
sudo install -m 644 pc110-atlas.repo /etc/yum.repos.d/pc110-atlas.repo
sudo dnf install pc110-atlas
# Or: sudo yum install pc110-atlas

Check the key fingerprint when prompted. Package and repository signature checks are enabled.