How to Install and Uninstall libpcre2-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libpcre2-dev" package

Please follow the instructions below to install libpcre2-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpcre2-dev

2. Uninstall "libpcre2-dev" package

In this section, we are going to explain the necessary steps to uninstall libpcre2-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpcre2-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpcre2-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpcre2-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 2182
Maintainer: Ubuntu Developers
Original-Maintainer: Matthew Vernon
Architecture: amd64
Source: pcre2
Version: 10.21-1
Depends: libc6-dev, libpcre2-8-0 (= 10.21-1), libpcre2-16-0 (= 10.21-1), libpcre2-32-0 (= 10.21-1), libpcre2-posix0 (= 10.21-1)
Conflicts: libpcre3-dev (<< 2:8.35-8)
Filename: pool/universe/p/pcre2/libpcre2-dev_10.21-1_amd64.deb
Size: 566090
MD5sum: 747c7405cfb5422bfbe2f49f31d36905
SHA1: 88c4e2c697e0650aebaa9a6056553a7aaa9b5770
SHA256: 7bfd7df02310d13ef8fcfbaccb239f0c24de8b5917112d878407cfe87dc43bdd
Description-en: New Perl Compatible Regular Expression Library - development files
This is PCRE2, the new implementation of PCRE, a library of functions
to support regular expressions whose syntax and semantics are as
close as possible to those of the Perl 5 language. New projects
should use this library in preference to the older library,
confusingly called pcre3 in Debian.
.
This package contains the development files, including headers,
static libraries, and documentation.
Description-md5: 83cd6126abdeb5c5410938130ac41e86
Multi-Arch: same
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu