Package Details - libcups2t64

Metadata
Version
2.4.12-0ubuntu3.5
Architecture
amd64
Section
libs
Priority
optional
Source
cups
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) - Core library

Relations
Depends
Suggests
Breaks
libcups2 (<< 2.4.12-0ubuntu3.5)
Replaces
libcups2
Provides
libcups2 (= 2.4.12-0ubuntu3.5)
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/4

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-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update

Step 2: Install the package

sudo apt install libcups2t64
Status & Files

Storage State: Physical (Cached)

Download Size: 266 KB

Installed Size: 711 B

Component: main

Multi-Arch: same


Hashes
SHA256: ab3dc64be7ba3ea2386f040c63d04fb9e4f648f2d5b03281a106ea6ac2170ef7 SHA1: 0dbee59bebc3fb9dcd2ce5d1ed155049e6e31654 MD5: 646046ec8f47362e34d980ec84e76067
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.