How to Install and Uninstall libdocopt-dev Package on Kali Linux

Last updated: September 20,2024

1. Install "libdocopt-dev" package

This is a short guide on how to install libdocopt-dev on Kali Linux

$ sudo apt update $ sudo apt install libdocopt-dev

2. Uninstall "libdocopt-dev" package

Please follow the guidelines below to uninstall libdocopt-dev on Kali Linux:

$ sudo apt remove libdocopt-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdocopt-dev package on Kali Linux

Package: libdocopt-dev
Source: docopt.cpp (0.6.3-4)
Version: 0.6.3-4+b1
Installed-Size: 82
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libdocopt0 (= 0.6.3-4+b1)
Size: 18696
SHA256: ce79cd15b6e432c84c12274531953a55525ad08bf412c2a3909bf20931f93b73
SHA1: f4104955c35ef76f2d23fb3b5b53e03009ab3cee
MD5sum: e908a908d0dc23053fbb060f4edbb7f2
Description: development files for docopt.cpp
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 development files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/docopt/docopt.cpp
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/d/docopt.cpp/libdocopt-dev_0.6.3-4+b1_amd64.deb