Package Details - apache2
Metadata
- Version
- 2.4.64-1ubuntu3.4
- Architecture
amd64- Section
web- Priority
optional- 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
Relations
Depends
apache2-bin (= 2.4.64-1ubuntu3.4)
apache2-data (= 2.4.64-1ubuntu3.4)
apache2-utils (= 2.4.64-1ubuntu3.4)
media-types
procps
perl:any
Recommends
ssl-cert
Suggests
Provides
httpd
httpd-cgi
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
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 88 KB
Installed Size: 457 B
Component: main
Hashes
SHA256: 4b8e3dee93efd33ee7040bf03b3c3f5840dd0911d71545cfd8d6c079c0692ab5 SHA1: 13ae5c82234e4804beba8ba0a21c43c1e03f72f9 MD5: db0651bc6bfa35e1bad457ae777cdea4What 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.