รายละเอียดแพ็กเกจ - asn1c-doc

ข้อมูลเมตา
เวอร์ชัน
0.9.28+dfsg-5
สถาปัตยกรรม
all
ส่วน
universe/doc
ลำดับความสำคัญ
extra
แหล่งที่มา
asn1c
แหล่งที่มา
Ubuntu
ผู้ดูแล
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
ผู้ดูแลต้นฉบับ
Eugene Seliverstov <theirix@gmail.com>
รายงานข้อบกพร่อง
https://bugs.launchpad.net/ubuntu/+filebug
หน้าหลัก
https://github.com/vlm/asn1c
คำอธิบาย

Documentation for asn1c

ความสัมพันธ์
การพึ่งพาอาศัยแบบย้อนกลับ
กำลังโหลด…
วิธีการติดตั้ง

ขั้นตอนที่ 1: เพิ่มเซิร์ฟเวอร์ APT นี้

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

ขั้นตอนที่ 2: ติดตั้งแพ็กเกจ

sudo apt install asn1c-doc
สถานะและไฟล์

สถานะที่จัดเก็บ: เสมือน (ซิงค์แบบเลื่อน)

ขนาดที่ดาวน์โหลด: 143 KB

ขนาดที่ติดตั้ง: 160 B

ส่วนประกอบ: universe

หลายสถาปัตยกรรม: foreign


แฮช
SHA256: 39d516b20f9351641de57e22b3b77b5866b9545fdbaee9c83ef67bf7a9080482 SHA1: d8d348d299ebb0cc0da8e3162b7a9e03262f12ad MD5: 3cb538f80a22a315720fa68c94706f92
What 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.