Pakkeoplysninger - asciidoc-tests
Metadata
- Version
- 10.2.1-1build1
- Arkitektur
all- Sektion
universe/text- Prioritet
optional- Kilde
asciidoc- Oprindelse
- Ubuntu
- Vedligeholder
- Leon Marz <main@lmarz.org>
- Fejl
- https://bugs.launchpad.net/ubuntu/+filebug
- Hjemmeside
- https://asciidoc.org
- Beskrivelse
Test framework for asciidoc
Relationer
Omvendte afhængigheder
Indlæser…
Sådan installerer du
Trin 1: Tilføj denne APT-server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
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
Trin 2: Installer pakken
sudo apt install asciidoc-tests
Status og filer
Lagerstatus: Virtuel (Lynsynkronisering)
Downloadstørrelse: 136 KB
Installeret størrelse: 3689 B
Komponent: universe
Multi-Ark: foreign
Hash-værdier
SHA256: 2082113ecc925e76a6f0776e04c45a98e55021c94bb469ae14867843d44630f5 SHA1: ca4bcc27aa4086df78ec9b52c8a6c21ed3c2c9b8 MD5: afad05a936fdc93adb04982f2b22c83fWhat is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.