Detalhes do Repositório - Anduinos Official questing-updates

Informação

Distribuição: anduinos

Versão: questing-updates

Origem do Espelho: questing-updates

Certificado: Anduinos Official Key

Guia de Configuração do Cliente
Quick Setup with APKG CLI:
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/2

Don't have apkg? See how to install APKG CLI.


Manual Setup (bash):
Configuração de uma linha:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
What is a Repository?

An APT repository is a collection of .deb packages that your system can install from. Think of it as an app store for your Linux system.

How to use: Run the sudo apkg add-source command on the right to configure this repo, then use sudo apt install as usual.