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

Last updated: October 06,2024

1. Install "docopt-cpp.i686" package

Please follow the instructions below to install docopt-cpp.i686 on Fedora 35

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

2. Uninstall "docopt-cpp.i686" package

Please follow the guidelines below to uninstall docopt-cpp.i686 on Fedora 35:

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

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

Last metadata expiration check: 5:23:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : docopt-cpp
Version : 0.6.3
Release : 7.fc35
Architecture : i686
Size : 129 k
Source : docopt-cpp-0.6.3-7.fc35.src.rpm
Repository : updates
Summary : C++11 Port of docopt
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.
:
: This is a port of the docopt.py module (https://github.com/docopt/docopt),
: and we have tried to maintain full feature parity (and code structure)
: as the original.
:
: This port is written in C++11 and also requires a good C++11 standard library
: (in particular, one with regex support).