Package Details - ceph-fuse
Metadata
- Version
- 19.2.3-0ubuntu1.25.10.3
- Architecture
amd64- Section
universe/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
FUSE-based client for the Ceph distributed file system
Relations
Depends
python3
libboost-locale1.88.0 (>= 1.88.0)
libc6 (>= 2.38)
libfuse3-4 (>= 3.17.2)
libgcc-s1 (>= 3.0)
librados2 (>= 19.2.3-0ubuntu1.25.10.3)
libstdc++6 (>= 14)
Recommends
fuse
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-fuse
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 952 KB
Installed Size: 2958 B
Component: universe
Hashes
SHA256: a65e6eda7a31a69f77a29a91055399b8bfa998934742787a64308fbe22b37f31 SHA1: b773692da78345255fc7df2581f5003da7ffc097 MD5: 9337b0332dd09f625eb8c47d8aa75b13What 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.