How to Install and Uninstall libdocopt0 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 04,2024

1. Install "libdocopt0" package

Please follow the step by step instructions below to install libdocopt0 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libdocopt0

2. Uninstall "libdocopt0" package

This tutorial shows how to uninstall libdocopt0 on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libdocopt0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdocopt0 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdocopt0
Architecture: amd64
Version: 0.6.2-2.1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: docopt.cpp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 323
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/d/docopt.cpp/libdocopt0_0.6.2-2.1_amd64.deb
Size: 96260
MD5sum: a14a10b0840569c4381bf73069d0d4d9
SHA1: 7e5d86518195b129c9b423a6e5a494673faa739f
SHA256: 4ca866b3ed4acec8814f7a5e46cae896db2bfe20d9fe98fefdd3df0a3e8a14e8
SHA512: 13d598d94a1be8ee89148b71a11380d7ed6fa462274cf17cfe11ee13696cbf8a0fd29b37abedbf34663f6dfd8f0832ac59aae9e49c5cae3800586fd8ba797bbf
Homepage: https://github.com/docopt/docopt.cpp
Description-en: C++11 port of docopt
With docopt, the option parser is generated based on the program's docstring.
docopt parses the usage pattern ("Usage: ...") and option descriptions (lines
starting with dash "-") and ensures that the program invocation matches the
usage pattern. It parses options, arguments and commands based on that. The
basic idea is that a good help message has all necessary information in it to
make a parser.
.
This is a port of the docopt Python module to C++ with a focus on maintaining
full feature parity (and code structure) as the original. The differences from
the Python port are:
.
- The addition of a docopt_parse function, which does not terminate the
program on error a docopt::value type to hold the various value types that
can be parsed.
.
- Because C++ is statically-typed and Python is not, some changes were made
to the interfaces of the internal parse tree types.
.
- Because std::regex does not have an equivalent to Python's regex.split,
some of the regex's had to be restructured and additional loops used.
.
This package provides the shared libraries.
Description-md5: e6a4e1ab2151609fc5b21223b78da9a0