รายละเอียดแพ็กเกจ - libc-bin

ข้อมูลเมตา
เวอร์ชัน
2.42-0ubuntu3.1
สถาปัตยกรรม
amd64
ส่วน
libs
ลำดับความสำคัญ
required
แหล่งที่มา
glibc
แหล่งที่มา
Ubuntu
ผู้ดูแล
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
ผู้ดูแลต้นฉบับ
GNU Libc Maintainers <debian-glibc@lists.debian.org>
รายงานข้อบกพร่อง
https://bugs.launchpad.net/ubuntu/+filebug
หน้าหลัก
https://www.gnu.org/software/libc/libc.html
คำอธิบาย

GNU C Library: Binaries

ความสัมพันธ์
Depends
Suggests
manpages
Breaks
dh-lua (<< 27+nmu1~)
การพึ่งพาอาศัยแบบย้อนกลับ
กำลังโหลด…
วิธีการติดตั้ง

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

Option A: Using APKG CLI (recommended):

sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/2

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-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

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

sudo apt install libc-bin
สถานะและไฟล์

สถานะที่จัดเก็บ: กายภาพ (แคช)

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

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

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

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


แฮช
SHA256: c34377754c64a5ba34e6088f6fc929ca740301e6451af609e14cd96f48c6600a SHA1: b6ff9b9463941524a92d0b1a588352eb4eccd2bb MD5: ce798c31f66be66129ba1a1b0bcc74ed
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.