Репозитории restracer

Debian, Ubuntu, Mint и им подобные.

Создать файл репозитория /etc/apt/sources.list.d/restracer.sources со следующим содержимым:

Types: deb
URIs: https://repo.braineater.ru/deb-glibc/
Suites: stable
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/restracer.asc

Скопировать себе публичный ключ

curl -fsSL https://repo.braineater.ru/deb-glibc/restracer.asc -o /etc/apt/keyrings/restracer.asc

Пользоваться

apt update
apt search restracer

RPM-based дистрибутивы Fedora, CentOS Stream.

Создать файл репозитория /etc/yum.repos.d/restracer.repo

[restracer]
name=Restracer RPM repository
baseurl=https://repo.braineater.ru/rpm-glibc-fedora/packages/
enabled=1
countme=1
metadata_expire=1d
repo_gpgcheck=0
type=rpm
gpgcheck=0
gpgkey=https://repo.braineater.ru/rpm-glibc-fedora/restracer.asc
skip_if_unavailable=True

Пользоваться

dnf search restracer
dnf install restracer

RPM-based дистрибутивы openSUSE.

Создать файл репозитория /etc/zypp/repos.d/restracer.repo

[restracer]
name=Restracer RPM repository
baseurl=https://repo.braineater.ru/rpm-glibc-osuse/packages/
enabled=1
countme=1
metadata_expire=1d
repo_gpgcheck=1
type=rpm
gpgcheck=0
gpgkey=https://repo.braineater.ru/rpm-glibc-osuse/restracer.asc
skip_if_unavailable=True

Пользоваться

zypper search restracer
zypper install restracer

Alt Linux

Установить дополнительные пакеты.

apr-get install apt-https apt-gpgkeys-pki

Создать файл репозитория /etc/apt/sources.list.d/restracer.list с содержимым:

rpm [restracer] https://repo.braineater.ru/rpm-glibc-altlinux/ p11/x86_64 restracer

Создать vendor-файл /etc/apt/vendors.list.drestracer.list со следующим содержимым:

simple-key "restracer" {
 Fingerprint "41D60DEAA73DBD80702BA67307B870B63E7CEBF3";
 Name "doctor.alker (Restracer-repo) <doctor.alker@gmail.com>";
}

Скопировать публичный ключ в правильное место:

curl -fsSL https://repo.braineater.ru/rpm-glibc-altlinux/restracer.asc -o /etc/pki/apt-gpg/sources/restracer.asc

И запустить команду, которая подружит apt с ключиком restracer.asc

apt-gpgkeys update

Пользоваться

apt-get update apt-get install restracer