How to Install and Uninstall cli11-devel.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "cli11-devel.x86_64" package

This tutorial shows how to install cli11-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install cli11-devel.x86_64

2. Uninstall "cli11-devel.x86_64" package

This is a short guide on how to uninstall cli11-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove cli11-devel.x86_64 $ sudo dnf autoremove

3. Information about the cli11-devel.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:08:20 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : cli11-devel
Version : 1.8.0
Release : 2.el8
Architecture : x86_64
Size : 92 k
Source : cli11-1.8.0-2.el8.src.rpm
Repository : epel
Summary : Command line parser for C++11
URL : https://github.com/CLIUtils/CLI11
License : BSD
Description : CLI11 is a command line parser for C++11 and beyond that provides a
: rich feature set with a simple and intuitive interface.