Package Details - cups
Metadata
- Version
- 2.4.12-0ubuntu3.5
- Architecture
amd64- Section
net- Priority
optional- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Printing Team <debian-printing@lists.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/OpenPrinting/cups/
- Description
Common UNIX Printing System(tm) - PPD/driver support, web interface
Relations
Depends
cups-client (>= 2.4.12-0ubuntu3.5)
cups-common (>= 2.4.12-0ubuntu3.5)
cups-core-drivers (>= 2.4.12-0ubuntu3.5)
cups-daemon (>= 2.4.12-0ubuntu3.5)
cups-filters
cups-ppdc
cups-server-common (>= 2.4.12-0ubuntu3.5)
debconf (>= 0.5)
|
debconf-2.0
ghostscript
libcups2t64 (= 2.4.12-0ubuntu3.5)
poppler-utils
procps
libavahi-client3 (>= 0.6.16)
libavahi-common3 (>= 0.6.16)
libc6 (>= 2.38)
libgcc-s1 (>= 3.3.1)
libstdc++6 (>= 5)
libusb-1.0-0 (>= 2:1.0.16)
Recommends
avahi-daemon
colord
Suggests
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 cups
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 285 KB
Installed Size: 1045 B
Component: main
Multi-Arch: foreign
Hashes
SHA256: 6dd6a4d62c264bbe7516037ef93bb5b0c88b947eab8ca93641a39c4d2b3041eb SHA1: 06df64510ec692a1f14c3c1cbe694e485f108829 MD5: a227163a3d7ba8a098247c550f0fe1b7What 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.