Package Details - ceph-mds
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
metadata server for the ceph distributed file system
Relations
Depends
ceph-base (= 19.2.3-0ubuntu1.25.10.3)
librados2 (= 19.2.3-0ubuntu1.25.10.3)
libboost-url1.88.0 (>= 1.88.0)
libc6 (>= 2.38)
libgcc-s1 (>= 3.0)
libgoogle-perftools4t64 (>= 2.16)
liblua5.4-0 (>= 5.4.6)
libstdc++6 (>= 14)
Recommends
Suggests
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/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 ceph-mds
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 2650 KB
Installed Size: 8345 B
Component: main
Hashes
SHA256: 3b93498d411e56bc2361df0645e28766d58b10d4dfde549a3de5e59171372941 SHA1: 460010793843dada39485a4a2de05aa324feae21 MD5: 69f4a185b810e02c385aa688898e9edfWhat 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.