How to Install and Uninstall libasyncns0 Package on openSUSE Leap

Last updated: May 20,2024

1. Install "libasyncns0" package

Learn how to install libasyncns0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libasyncns0

2. Uninstall "libasyncns0" package

Here is a brief guide to show you how to uninstall libasyncns0 on openSUSE Leap:

$ sudo zypper remove libasyncns0

3. Information about the libasyncns0 package on openSUSE Leap

Information for package libasyncns0:
------------------------------------
Repository : Main Repository
Name : libasyncns0
Version : 0.8-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 54.1 KiB
Installed : No
Status : not installed
Source package : libasyncns-0.8-bp155.2.10.src
Upstream URL : http://0pointer.de/lennart/projects/libasyncns/
Summary : Asynchronous Name Service Library
Description :
A C library for executing name service queries asynchronously. It is
an asynchronous wrapper around getaddrinfo(3), getnameinfo(3),
res_query(3) and res_search(3) from libc and libresolv.
In contrast to GNU's asynchronous name resolving API,
getaddrinfo_a(), libasyncns does not make use of UNIX signals for
reporting completion of name queries. Instead, the API exports a
standard UNIX file descriptor which may be integerated into custom
main loops.