apu-1-config
APR utility library development kit
Install
- All systems
-
curl cmd.cat/apu-1-config.sh
- Debian
-
apt-get install libaprutil1-dev
- Ubuntu
-
apt-get install libaprutil1-dev
- Alpine
-
apk add apr-util
- Arch Linux
-
pacman -S apr-util
- Kali Linux
-
apt-get install libaprutil1-dev
- CentOS
-
yum install apr-util-devel
- Fedora
-
dnf install apr-util-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libaprutil1-dev
- OS X
-
brew install apr-util
- Raspbian
-
apt-get install libaprutil1-dev
- Dockerfile
- dockerfile.run/apu-1-config
- Docker
-
docker run cmd.cat/apu-1-config apu-1-config
powered by Commando
apr-util-devel
APR utility library development kit
libaprutil1-dev
Apache Portable Runtime Utility 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. APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. This package contains development headers for APR util.
apr-util
The mission of the Apache Portable Runtime (APR) is to provide a
free library of C data structures and routines. This library contains additional utility interfaces for APR; including support for XML, LDAP, database interfaces, URI parsing and more.