How to Install and Uninstall libaprutil1 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libaprutil1" package

This is a short guide on how to install libaprutil1 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libaprutil1

2. Uninstall "libaprutil1" package

This tutorial shows how to uninstall libaprutil1 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libaprutil1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libaprutil1 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libaprutil1
Architecture: amd64
Version: 1.6.1-5ubuntu1
Multi-Arch: same
Priority: optional
Section: libs
Source: apr-util
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Apache Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 282
Depends: libapr1 (>= 1.6.2), libc6 (>= 2.25), libcrypt1 (>= 1:4.1.0), libdb5.3, libexpat1 (>= 2.0.1), libgdbm6 (>= 1.16), libssl1.1 (>= 1.1.0)
Breaks: libapr1 (<< 1.4.8-2~)
Filename: pool/main/a/apr-util/libaprutil1_1.6.1-5ubuntu1_amd64.deb
Size: 84936
MD5sum: c72f6a6d21c246360d247230ebadea2d
SHA1: a1e14f4a659bbe7c22f84218754599b59fcb35d1
SHA256: 973eaa6604d0132304dddd6e889b450ee1da576fe5ea3709e321b5ad56c459e7
SHA512: 0ef6914044361965825451e4ff5cf48da112dddccd9e8036e8626a79b9f9d70b4453301bcb77c358b19b30a4e6d5a0aaa7ff8efa54533f8604fc91b55ad8d44e
Homepage: http://apr.apache.org/
Description-en: Apache Portable Runtime Utility Library
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.
Description-md5: e0d4198f7ab8d2d00a12d0e044194068
Task: lamp-server