Detalles del repositorio - Anduinos Official questing
Información
Distribución: anduinos
Suite: questing
Fuente del espejo: questing
Certificado: Anduinos Official Key
Guía de configuración del cliente
Quick Setup with APKG CLI:
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1
Don't have apkg?
See how to install APKG CLI.
Manual Setup (bash):
Configuración en una sola línea:
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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.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.