How to Install and Uninstall libasr.x86_64 Package on Oracle Linux 8
Last updated: November 25,2024
1. Install "libasr.x86_64" package
In this section, we are going to explain the necessary steps to install libasr.x86_64 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
libasr.x86_64
Copied
2. Uninstall "libasr.x86_64" package
This is a short guide on how to uninstall libasr.x86_64 on Oracle Linux 8:
$
sudo dnf remove
libasr.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libasr.x86_64 package on Oracle Linux 8
Last metadata expiration check: 2:31:32 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libasr
Version : 1.0.4
Release : 1.el8
Architecture : x86_64
Size : 38 k
Source : libasr-1.0.4-1.el8.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.
Available Packages
Name : libasr
Version : 1.0.4
Release : 1.el8
Architecture : x86_64
Size : 38 k
Source : libasr-1.0.4-1.el8.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.