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

Last updated: May 04,2024

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

This is a short guide on how to install docopt-cpp-devel.i686 on Fedora 34

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

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

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

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

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

Last metadata expiration check: 0:58:25 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : docopt-cpp-devel
Version : 0.6.3
Release : 7.fc34
Architecture : i686
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.