How to Install and Uninstall libbsd.x86_64 Package on Oracle Linux 8

Last updated: July 02,2024

1. Install "libbsd.x86_64" package

This tutorial shows how to install libbsd.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libbsd.x86_64

2. Uninstall "libbsd.x86_64" package

Please follow the instructions below to uninstall libbsd.x86_64 on Oracle Linux 8:

$ sudo dnf remove libbsd.x86_64 $ sudo dnf autoremove

3. Information about the libbsd.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:21:37 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libbsd
Version : 0.9.1
Release : 4.el8
Architecture : x86_64
Size : 106 k
Source : libbsd-0.9.1-4.el8.src.rpm
Repository : epel
Summary : Library providing BSD-compatible functions for portability
URL : http://libbsd.freedesktop.org/
License : BSD and ISC and Copyright only and Public Domain
Description : libbsd provides useful functions commonly found on BSD systems, and
: lacking on others like GNU systems, thus making it easier to port
: projects with strong BSD origins, without needing to embed the same
: code over and over again on each project.