How to Install and Uninstall libmarkdent-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "libmarkdent-perl" package

This guide let you learn how to install libmarkdent-perl on Kali Linux

$ sudo apt update $ sudo apt install libmarkdent-perl

2. Uninstall "libmarkdent-perl" package

This guide let you learn how to uninstall libmarkdent-perl on Kali Linux:

$ sudo apt remove libmarkdent-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmarkdent-perl package on Kali Linux

Package: libmarkdent-perl
Version: 0.40-1
Installed-Size: 515
Maintainer: Debian Perl Group
Architecture: all
Depends: libfile-slurper-perl, libgetopt-long-descriptive-perl, libhtml-parser-perl, liblist-allutils-perl, libmodule-runtime-perl, libmoose-perl, libmoosex-getopt-perl, libmoosex-role-parameterized-perl, libmoosex-semiaffordanceaccessor-perl, libmoosex-strictconstructor-perl, libnamespace-autoclean-perl, libparams-validationcompiler-perl, libspecio-perl, libtree-simple-perl, libtry-tiny-perl, perl:any
Suggests: markdent
Size: 164932
SHA256: 05e83a1cc5d969c4481da8a0f0e6a44893929de7d56b72d78394eb66e14a87e2
SHA1: c9b3bca4e3bc5136d31cc891b647c9294e3d6812
MD5sum: 210271c0512083a946c4d02f16f923f5
Description: event-based Markdown parser toolkit
Markdent provides a toolkit for parsing Markdown
(and Markdown variants, aka dialects).
Unlike the other Markdown Perl tools,
this module can be used for more than just generating HTML.
The core parser generates events (like XML's SAX),
making it easy to analyze a Markdown document in any number of ways.
.
If you're only interested in converting Markdown to HTML,
you can use the Markdent::Simple::Document class to do this,
although you can just as well use better battle-tested tools
like Text::Markdown.
.
Markdown is a lightweight markup language
with plain text formatting syntax.
Its design allows it to be converted to many output formats,
but the original tool by the same name only supports HTML.
Description-md5:
Homepage: https://metacpan.org/release/Markdent
Section: perl
Priority: optional
Filename: pool/main/libm/libmarkdent-perl/libmarkdent-perl_0.40-1_all.deb