Skip to content

ChristopherHX/aptian

 
 

Repository files navigation

aptian

releases

ci status

codecov.io

APT repository management tool

usage

aptian --help
aptain init --dir=/var/www/repo --gpg=mailbox@somemail.com
aptain add --dir=/var/www/repo --dist=bookworm --comp=main my-package_1.0.0_amd64.deb

installation

debian repository

Currently supported:

  • <distro> = debian, <release> = bullseye

  • <distro> = debian, <release> = bookworm

  • <distro> = ubuntu, <release> = focal

  • <distro> = ubuntu, <release> = jammy

Download APT key:

sudo apt install curl
curl --silent --show-error https://gagis.hopto.org/repo/igagis/pubkey.gpg | sudo tee /etc/apt/trusted.gpg.d/igagis.asc

Add apt repo to your sources list, replace <distro> and <release> accordingly:

echo "deb https://gagis.hopto.org/repo/igagis/<distro> <release> main" | sudo tee /etc/apt/sources.list.d/igagis.list

Install aptian:

sudo apt update
sudo apt install aptian

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

  • C++ 92.8%
  • Makefile 7.2%