How to install APR in Ubuntu

apr, ubuntu

Solution

sudo apt-get install libapr1 libapr1-dev

Problem

Apache Portable Runtime is a dependency to compile some apps. `./configure` says that `apr-1` is needed. How to install it on Ubuntu ?

Original source