How to Install and Uninstall docopt-cpp-devel.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "docopt-cpp-devel.x86_64" package

Please follow the steps below to install docopt-cpp-devel.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install docopt-cpp-devel.x86_64

2. Uninstall "docopt-cpp-devel.x86_64" package

Please follow the guidelines below to uninstall docopt-cpp-devel.x86_64 on Rocky Linux 8:

$ sudo dnf remove docopt-cpp-devel.x86_64 $ sudo dnf autoremove

3. Information about the docopt-cpp-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:42:47 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : docopt-cpp-devel
Version : 0.6.3
Release : 1.el8
Architecture : x86_64
Size : 19 k
Source : docopt-cpp-0.6.3-1.el8.src.rpm
Repository : epel
Summary : Developer files for a docopt C++11 port
URL : https://github.com/docopt/docopt.cpp
License : MIT or Boost
Description : docopt creates beautiful command-line interfaces
:
: Isn't it awesome how getopt (and boost::program_options for you fancy folk!)
: generate help messages based on your code?! These timeless functions have been
: around for decades and have proven we don't need anything better, right?
:
: Hell no! You know what's awesome? It's when the option parser is generated
: based on the beautiful help message that you write yourself! This way you
: don't need to write this stupid repeatable parser-code, and instead can
: write only the help message-the way you want it.
:
: Contains developer headers and a library. Install if docopt.cpp is used in
: a code to be compiled.