Package Details - libcpg4
Metadata
- Version
- 3.1.9-2ubuntu1.1
- Architecture
amd64- Section
libs- Priority
optional- Source
corosync- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://corosync.github.io/corosync/
- Description
cluster engine CPG library
Relations
Depends
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
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
Step 2: Install the package
sudo apt install libcpg4
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 12 KB
Installed Size: 54 B
Component: main
Multi-Arch: same
Hashes
SHA256: 2a0a53b23acb25b380693ff6ec8ca815b1124b83f531890334439906b63f87f7 SHA1: ef982b7fcf9b1cd13c0d99db71407b467cc53254 MD5: 6281b05c6509dad480cf7c45b993475dWhat 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.