Package Details - ceph-common
Metadata
- Version
- 19.2.3-0ubuntu1.25.10.3
- Architecture
amd64- Section
admin- Priority
optional- Source
ceph- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Ceph Packaging Team <team+ceph@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- http://ceph.com/
- Description
common utilities to mount and interact with a ceph storage cluster
Relations
Depends
librbd1 (= 19.2.3-0ubuntu1.25.10.3)
python3-ceph-argparse (= 19.2.3-0ubuntu1.25.10.3)
python3-ceph-common (= 19.2.3-0ubuntu1.25.10.3)
python3-cephfs (= 19.2.3-0ubuntu1.25.10.3)
python3-prettytable
python3-rados (= 19.2.3-0ubuntu1.25.10.3)
python3-rbd (= 19.2.3-0ubuntu1.25.10.3)
python3-requests
python3:any
libbabeltrace1 (>= 1.5.4)
libblkid1 (>= 2.17.2)
libboost-context1.88.0 (>= 1.88.0)
libboost-filesystem1.88.0 (>= 1.88.0)
libboost-locale1.88.0 (>= 1.88.0)
libboost-process1.88.0 (>= 1.88.0)
libboost-program-options1.88.0 (>= 1.88.0)
libboost-thread1.88.0 (>= 1.88.0)
libboost-url1.88.0 (>= 1.88.0)
libc6 (>= 2.38)
libcap-ng0 (>= 0.7.9)
libcephfs2 (>= 12.0.3)
libcurl3t64-gnutls (>= 7.28.0)
libexpat1 (>= 2.0.1)
libgcc-s1 (>= 3.0)
libgoogle-perftools4t64 (>= 2.16)
libicu76 (>= 76.1-1~)
libkeyutils1 (>= 1.4)
libldap2 (>= 2.6.2)
liblmdb0 (>= 0.9.7)
liblua5.4-0 (>= 5.4.6)
libncurses6 (>= 6)
liboath0t64 (>= 1.10.0)
librabbitmq4 (>= 0.10.0)
librados2 (>= 19.2.3-0ubuntu1.25.10.3)
libradosstriper1 (>= 0.87)
libsqlite3-0 (>= 3.14.0)
libssl3t64 (>= 3.4.0)
libstdc++6 (>= 14)
libtinfo6 (>= 6)
libudev1 (>= 183)
Suggests
Conflicts
ceph-client-tools
Breaks
Replaces
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/4
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-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update
Step 2: Install the package
sudo apt install ceph-common
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 26472 KB
Installed Size: 97652 B
Component: main
Hashes
SHA256: 471d426fea627758ae768fa3427ef04b5c9d0f060c794842e576b6e6a7c1dec0 SHA1: 93730ed052445faa98bc15299df62c3c599a84d1 MD5: 04c286c0a52f59ea102a8f08136bd3b5What 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.