How to Install and Uninstall pcre2-devel.i686 Package on CentOS Stream 8

Last updated: May 02,2024

1. Install "pcre2-devel.i686" package

In this section, we are going to explain the necessary steps to install pcre2-devel.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install pcre2-devel.i686

2. Uninstall "pcre2-devel.i686" package

This tutorial shows how to uninstall pcre2-devel.i686 on CentOS Stream 8:

$ sudo dnf remove pcre2-devel.i686 $ sudo dnf autoremove

3. Information about the pcre2-devel.i686 package on CentOS Stream 8

Last metadata expiration check: 1:20:15 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : pcre2-devel
Version : 10.32
Release : 3.el8
Architecture : i686
Size : 605 k
Source : pcre2-10.32-3.el8.src.rpm
Repository : baseos
Summary : Development files for pcre2
URL : http://www.pcre.org/
License : BSD
Description : Development files (headers, libraries for dynamic linking, documentation)
: for pcre2. The header file for the POSIX-style functions is called
: pcre2posix.h.