How to Install and Uninstall libdocopt0 Package on Kali Linux

Last updated: May 04,2024

1. Install "libdocopt0" package

This tutorial shows how to install libdocopt0 on Kali Linux

$ sudo apt update $ sudo apt install libdocopt0

2. Uninstall "libdocopt0" package

Here is a brief guide to show you how to uninstall libdocopt0 on Kali Linux:

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

3. Information about the libdocopt0 package on Kali Linux

Package: libdocopt0
Source: docopt.cpp (0.6.3-4)
Version: 0.6.3-4+b1
Installed-Size: 332
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 101424
SHA256: 0ddcbe3d229d15dc82bbf0316f286bd1eebd36b5c0e242fc15faf9883189490e
SHA1: 1593e00dadc907036f45dcf44fda64e81ccd0bfc
MD5sum: 0a8069db3bbe44b4f4c5126171593cdb
Description: 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:
Multi-Arch: same
Homepage: https://github.com/docopt/docopt.cpp
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/d/docopt.cpp/libdocopt0_0.6.3-4+b1_amd64.deb