รายละเอียดแพ็กเกจ - abinit-doc
ข้อมูลเมตา
- เวอร์ชัน
- 9.10.4-3build2
- สถาปัตยกรรม
all- ส่วน
universe/doc- ลำดับความสำคัญ
optional- แหล่งที่มา
abinit- แหล่งที่มา
- Ubuntu
- ผู้ดูแล
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- ผู้ดูแลต้นฉบับ
- Debichem Team <debichem-devel@lists.alioth.debian.org>
- รายงานข้อบกพร่อง
- https://bugs.launchpad.net/ubuntu/+filebug
- หน้าหลัก
- http://www.abinit.org/
- คำอธิบาย
package for electronic structure calculations (Documentation)
ความสัมพันธ์
ไม่มีความสัมพันธ์
การพึ่งพาอาศัยแบบย้อนกลับ
วิธีการติดตั้ง
ขั้นตอนที่ 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 abinit-doc
สถานะและไฟล์
สถานะที่จัดเก็บ: เสมือน (ซิงค์แบบเลื่อน)
ขนาดที่ดาวน์โหลด: 2246 KB
ขนาดที่ติดตั้ง: 2497 B
ส่วนประกอบ: universe
แฮช
SHA256: 9419aba1a968efd624f27379fb5ffe3740647fff8f6f90536beb9fceed90a789 SHA1: 9c45ded4a6a385c174a7de764267d51d8bb023e4 MD5: 17144ed02cca5c0a839c84d3c2d08f91What 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.