Package Details - apache2-dev
Metadata
- Version
- 2.4.64-1ubuntu3.4
- Architecture
amd64- 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 (development headers)
Relations
Depends
Provides
dh-apache2
dh-sequence-apache2
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 apache2-dev
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 199 KB
Installed Size: 1004 B
Component: main
Hashes
SHA256: 302c14020974bb78761def5a2509f776b0392617efa620f1a7e69b8b9fb249e3 SHA1: 3ec77e8f73e9a00241286dc6c76cddfcabefbb77 MD5: 20d6e36580dbb0a8dcdbdbc2ee06eb8eWhat 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.