How to Install and Uninstall libasr.x86_64 Package on CentOS Stream 9

Last updated: October 03,2024

1. Install "libasr.x86_64" package

Please follow the step by step instructions below to install libasr.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libasr.x86_64

2. Uninstall "libasr.x86_64" package

This tutorial shows how to uninstall libasr.x86_64 on CentOS Stream 9:

$ sudo dnf remove libasr.x86_64 $ sudo dnf autoremove

3. Information about the libasr.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:24:21 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libasr
Version : 1.0.4
Release : 6.el9
Architecture : x86_64
Size : 38 k
Source : libasr-1.0.4-6.el9.src.rpm
Repository : epel
Summary : Free, simple and portable asynchronous resolver library
URL : https://github.com/OpenSMTPD/libasr
License : BSD
Description : Libasr allows to run DNS queries and perform hostname resolutions in a fully
: asynchronous fashion. The implementation is thread-less, fork-less, and does not
: make use of signals or other "tricks" that might get in the developer's way.
: The API was initially developed for the OpenBSD operating system, where it is
: natively supported.
:
: This library is intended to bring this interface to other systems. It is
: originally provided as a support library for the portable version of the
: OpenSMTPD daemon, but it can be used in any other contexts.