How to Install and Uninstall libbsd.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "libbsd.x86_64" package

Please follow the guidelines below to install libbsd.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libbsd.x86_64

2. Uninstall "libbsd.x86_64" package

Please follow the steps below to uninstall libbsd.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libbsd.x86_64 $ sudo dnf autoremove

3. Information about the libbsd.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:48:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libbsd
Version : 0.11.7
Release : 2.el9
Architecture : x86_64
Size : 111 k
Source : libbsd-0.11.7-2.el9.src.rpm
Repository : epel
Summary : Library providing BSD-compatible functions for portability
URL : https://libbsd.freedesktop.org/
License : Beerware AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND ISC AND libutil-David-Nugent AND MIT AND LicenseRef-Fedora-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.