Package Details - cockpit-podman
Metadata
- Version
- 120-1~bpo25.10.1
- Architecture
all- Section
universe/admin- Priority
optional- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Martin Pitt <mpitt@debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/cockpit-project/cockpit-podman
- Description
Cockpit component for Podman containers
Relations
Depends
cockpit-bridge
podman (>= 2.0.4)
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/3
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-backports
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-3.sources && \
sudo apt update
Step 2: Install the package
sudo apt install cockpit-podman
Status & Files
Storage State: Physical (Cached)
Download Size: 540 KB
Installed Size: 596 B
Component: universe
Multi-Arch: foreign
Hashes
SHA256: 06243a76fbdc67b046d5d2e2f578bc4b3510c97619aac5658b081766828e0378 SHA1: 77093cb1bcc6d126a7421aa8f947f4f4e1b7ca6c MD5: 19d345b0262b423d8c43823b5a3833ecWhat 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.