How to Install and Uninstall docopt-cpp-devel.x86_64 Package on Fedora 34

Last updated: May 03,2024

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

In this section, we are going to explain the necessary steps to install docopt-cpp-devel.x86_64 on Fedora 34

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

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

Please follow the guidance below to uninstall docopt-cpp-devel.x86_64 on Fedora 34:

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

3. Information about the docopt-cpp-devel.x86_64 package on Fedora 34

Last metadata expiration check: 5:15:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : docopt-cpp-devel
Version : 0.6.3
Release : 7.fc34
Architecture : x86_64
Size : 19 k
Source : docopt-cpp-0.6.3-7.fc34.src.rpm
Repository : updates
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.