Package Details - apt-cacher-ng
Metadata
- Version
- 3.7.5-1
- Architecture
amd64- Section
universe/net- Priority
optional- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Eduard Bloch <blade@debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- http://www.unix-ag.uni-kl.de/~bloch/acng/
- Description
caching proxy server for software repositories
Relations
Depends
libbz2-1.0
libc6 (>= 2.38)
libcares2 (>= 1.16.0)
libevent-2.1-7t64 (>= 2.1.8-stable)
libevent-pthreads-2.1-7t64 (>= 2.1.8-stable)
libfuse2t64 (>= 2.6)
libgcc-s1 (>= 3.3.1)
liblzma5 (>= 5.1.1alpha+20120614)
libssl3t64 (>= 3.0.0)
libstdc++6 (>= 13.1)
libsystemd0 (>= 210)
libwrap0 (>= 7.6-4~)
zlib1g (>= 1:1.2.0)
debconf (>= 0.5)
|
debconf-2.0
adduser
sysvinit-utils (>= 3.05-4~)
|
lsb-base (>> 3.0-6)
Recommends
Suggests
Conflicts
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/1
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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Step 2: Install the package
sudo apt install apt-cacher-ng
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 603 KB
Installed Size: 1623 B
Component: universe
Hashes
SHA256: aa36fce3a33347f3013b04424fb3dd730408f128ec4341e6920fce11b9eacf85 SHA1: 8d6efdbd9319777e71be327d48e6ca5a22032c77 MD5: ed9564048ca18228a4bdf17e05c579d4What 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.