Package Details - libapache2-mod-php8.4
Metadata
- Version
- 8.4.11-1ubuntu1.1
- Architecture
amd64- Section
httpd- Priority
optional- Source
php8.4- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian PHP Maintainers <team+pkg-php@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- http://www.php.net/
- Description
server-side, HTML-embedded scripting language (Apache 2 module)
Relations
Depends
media-types
|
mime-support
php8.4-cli
php8.4-common (= 8.4.11-1ubuntu1.1)
php8.4-opcache
tzdata
ucf
apache2-api-20120211
apache2-bin (>= 2.4.16)
libargon2-1 (>= 0~20171227)
libc6 (>= 2.38)
libpcre2-8-0 (>= 10.32)
libsodium23 (>= 1.0.18)
libssl3t64 (>= 3.0.0)
libxml2-16 (>= 2.14.1)
zlib1g (>= 1:1.1.4)
Recommends
Suggests
php-pear
Provides
libapache2-mod-php
php-json
php8.4-json
phpapi-20240924
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 libapache2-mod-php8.4
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 1905 KB
Installed Size: 5823 B
Component: main
Hashes
SHA256: 74ea3d50f90a8aeb2b09b81885c5a67e959d0f5f41412342a2963b0ae18d6aaa SHA1: 1f528c9d706d9174f5adf88093cd06f0f083857f MD5: 5651cc4d8b82beaa84f39d811949d658What 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.