apr-1-config
APR library development kit
Install
- All systems
-
curl cmd.cat/apr-1-config.sh
- Debian
-
apt-get install libapr1-dev
- Ubuntu
-
apt-get install libapr1-dev
- Alpine
-
apk add apr
- Arch Linux
-
pacman -S apr
- Kali Linux
-
apt-get install libapr1-dev
- CentOS
-
yum install apr-devel
- Fedora
-
dnf install apr-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libapr1-dev
- OS X
-
brew install apr
- Raspbian
-
apt-get install libapr1-dev
- Dockerfile
- dockerfile.run/apr-1-config
- Docker
-
docker run cmd.cat/apr-1-config apr-1-config
powered by Commando
apr-devel
APR library development kit
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.
apr
The mission of the Apache Portable Runtime (APR) is to provide a
free library of C data structures and routines, forming a system portability layer to as many operating systems as possible, including Unices, MS Win32, BeOS and OS/2.