Package Details - apache2-data
Metadata
- Version
- 2.4.64-1ubuntu3.4
- Architecture
all- Section
httpd- Priority
optional- Source
apache2- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Apache Maintainers <debian-apache@lists.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://httpd.apache.org/
- Description
Apache HTTP Server (common files)
Relations
No 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/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 apache2-data
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 159 KB
Installed Size: 857 B
Component: main
Multi-Arch: foreign
Hashes
SHA256: f2f92068aac851f2c0d000d3b5933920226e84d4911bfc52393899e1028854b1 SHA1: 82936a97a9239478170c59b1a30d0ad472c6c92c MD5: ba777fdc8f329a8241f7e888ff8b3703What 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.