apr-config
Apache Portable Runtime Library - Development Headers
Install
- All systems
-
curl cmd.cat/apr-config.sh
- Debian
-
apt-get install libapr1-dev
- Ubuntu
-
apt-get install libapr1-dev
- Kali Linux
-
apt-get install libapr1-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libapr1-dev
- Raspbian
-
apt-get install libapr1-dev
- Dockerfile
- dockerfile.run/apr-config
libapr1-dev
Apache Portable Runtime Library - Development Headers
APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. This package contains development headers for APR.