How to Install and Uninstall c-ares.i686 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "c-ares.i686" package

This guide let you learn how to install c-ares.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install c-ares.i686

2. Uninstall "c-ares.i686" package

This guide let you learn how to uninstall c-ares.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove c-ares.i686 $ sudo dnf autoremove

3. Information about the c-ares.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:59:59 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : c-ares
Version : 1.13.0
Release : 5.el8
Architecture : i686
Size : 97 k
Source : c-ares-1.13.0-5.el8.src.rpm
Repository : baseos
Summary : A library that performs asynchronous DNS operations
URL : http://c-ares.haxx.se/
License : MIT
Description : c-ares is a C library that performs DNS requests and name resolves
: asynchronously. c-ares is a fork of the library named 'ares', written
: by Greg Hudson at MIT.