How to Install and Uninstall poco-devel.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "poco-devel.i686" package

In this section, we are going to explain the necessary steps to install poco-devel.i686 on Fedora 36

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

2. Uninstall "poco-devel.i686" package

This guide covers the steps necessary to uninstall poco-devel.i686 on Fedora 36:

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

3. Information about the poco-devel.i686 package on Fedora 36

Last metadata expiration check: 4:55:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : poco-devel
Version : 1.11.2
Release : 7.fc36
Architecture : i686
Size : 678 k
Source : poco-1.11.2-7.fc36.src.rpm
Repository : updates
Summary : Headers for developing programs that will use POCO
URL : https://pocoproject.org
License : Boost
Description : The POCO C++ Libraries (POCO stands for POrtable COmponents)
: are open source C++ class libraries that simplify and accelerate the
: development of network-centric, portable applications in C++. The
: POCO C++ Libraries are built strictly on standard ANSI/ISO C++,
: including the standard library.
:
: This package contains the header files needed for developing
: POCO applications.