Package Details - cockpit-ws

Metadata
Version
355-1~bpo25.10.1
Architecture
amd64
Section
universe/admin
Priority
optional
Source
cockpit
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://cockpit-project.org/
Description

Cockpit Web Service

Relations
Depends
libc6 (>= 2.39) libcrypt1 (>= 1:4.1.0) libglib2.0-0t64 (>= 2.68.0) libgnutls30t64 (>= 3.8.1) libgssapi-krb5-2 (>= 1.17) libjson-glib-1.0-0 (>= 1.5.2) libpam0g (>= 1.3.1) libsystemd0 (>= 237) glib-networking adduser openssl libnss-systemd
Suggests
sssd-dbus (>= 2.6.2) python3
Conflicts
cockpit-tests
Replaces
cockpit-tests (<< 331)
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-ws
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 1024 KB

Installed Size: 2001 B

Component: universe


Hashes
SHA256: 62bba1bc82e0abcc28e5fd549e97b8df93f3e29c1ccc1d749f8c31c16e1ce211 SHA1: 2d3145acddedd284d7f264699deb0824efe34b0b MD5: 221ba3bdb997dca30f16f8aef69a5e98
What 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.