How to Install and Uninstall libcurl-devel.i686 Package on CentOS Stream 9

Last updated: September 23,2024

1. Install "libcurl-devel.i686" package

This tutorial shows how to install libcurl-devel.i686 on CentOS Stream 9

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

2. Uninstall "libcurl-devel.i686" package

Learn how to uninstall libcurl-devel.i686 on CentOS Stream 9:

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

3. Information about the libcurl-devel.i686 package on CentOS Stream 9

Last metadata expiration check: 1:59:04 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libcurl-devel
Version : 7.76.1
Release : 29.el9
Architecture : i686
Size : 976 k
Source : curl-7.76.1-29.el9.src.rpm
Repository : appstream
Summary : Files needed for building applications with libcurl
URL : https://curl.se/
License : MIT
Description : The libcurl-devel package includes header files and libraries necessary for
: developing programs which use the libcurl library. It contains the API
: documentation of the library, too.