Package Details - nvidia-fabricmanager-595
Metadata
- Version
- 595.71.05-0ubuntu0.25.10.1
- Architecture
amd64- Section
multiverse/libs- Priority
optional- Source
fabric-manager-595- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Description
Fabric Manager for NVSwitch based systems.
Relations
Depends
nvidia-kernel-common-595-server-595.71.05
Conflicts
nvidia-fabricmanager
Replaces
nvidia-fabricmanager
Provides
nvidia-fabricmanager
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 nvidia-fabricmanager-595
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 8426 KB
Installed Size: 40122 B
Component: multiverse
Hashes
SHA256: 2e6555bc7f5d59baf58d29c850ca1802d0e217b3ccb681be3567cd4c2ac93bb1 SHA1: 2a3ba7583269403465ea390ae3d222cbb64108c8 MD5: 386357e40acab239934d4c4e346dd1baWhat 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.