Package Details - clamav-base
Metadata
- Version
- 1.4.4+dfsg-0ubuntu0.25.10.1
- Architecture
all- Section
utils- Priority
optional- Source
clamav- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- ClamAV Team <pkg-clamav-devel@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://www.clamav.net/
- Description
anti-virus utility for Unix - base package
Relations
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 clamav-base
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 99 KB
Installed Size: 155 B
Component: main
Multi-Arch: foreign
Hashes
SHA256: 0b39a3f2c5b885e9621ccba909ab314580f4cbf6eed1f899941b84c6053dd089 SHA1: c83ce92bb4741c762d2d6a70ab037315e757f43a MD5: 5e91d7b3d51c1ba8bfa6f57766c1b9ceWhat 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.