Package Details - ceph-osd
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
OSD server for the ceph storage system
Relations
Depends
ceph-base (= 19.2.3-0ubuntu1.25.10.3)
sudo
libaio1t64 (>= 0.3.93)
libblkid1 (>= 2.17.2)
libboost-iostreams1.88.0 (>= 1.88.0)
libboost-program-options1.88.0 (>= 1.88.0)
libboost-thread1.88.0 (>= 1.88.0)
libc6 (>= 2.38)
libcap2 (>= 1:2.10)
libfuse3-4 (>= 3.17.2)
libgcc-s1 (>= 3.4)
libgoogle-perftools4t64 (>= 2.16)
libibverbs1 (>= 1.1.6)
liblz4-1 (>= 0.0~r130)
libpmem1 (>= 1.4)
librados2 (>= 19.2.3-0ubuntu1.25.10.3)
librdmacm1t64 (>= 1.0.15)
libsnappy1v5 (>= 1.2.2)
libssl3t64 (>= 3.0.0)
libstdc++6 (>= 14)
libudev1 (>= 183)
zlib1g (>= 1:1.2.0)
Recommends
Breaks
ceph (<< 10.2.2-0ubuntu2~)
ceph-test (<< 12.2.8+dfsg1-1~)
Replaces
ceph (<< 10.2.2-0ubuntu2~)
ceph-test (<< 12.2.8+dfsg1-1~)
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-osd
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 21680 KB
Installed Size: 72394 B
Component: main
Hashes
SHA256: b29ae90d91aebe46856913472f7cb4658fe554fcf7c7c580bdd06c4ed1066c9b SHA1: ca17c47f730f711910216dd8f3bf20776ca3c484 MD5: 2daf70bd4b2650cf02a3097be157d50eWhat 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.