How to Install and Uninstall python-m2r-doc Package on Kali Linux

Last updated: December 23,2024

1. Install "python-m2r-doc" package

Please follow the guidance below to install python-m2r-doc on Kali Linux

$ sudo apt update $ sudo apt install python-m2r-doc

2. Uninstall "python-m2r-doc" package

Please follow the steps below to uninstall python-m2r-doc on Kali Linux:

$ sudo apt remove python-m2r-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-m2r-doc package on Kali Linux

Package: python-m2r-doc
Source: python-m2r
Version: 0.3.1-0.1
Installed-Size: 137
Maintainer: Jonas Smedegaard
Architecture: all
Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2)
Size: 30484
SHA256: 4f42e7933d47a118c9d6f3967ec7d8dd6f87736946795b96374cafd9aeaf00be
SHA1: 13d2ff7d986028b09d1e6948fcb53cbf290f6ac0
MD5sum: 93d380e71971dedc126b431a671ff6b7
Description: Markdown and reStructuredText in a single file - documentation
M2R converts a markdown file including reStructuredText (rst) markups
to a valid rst format.
.
Use case is writing sphinx document in markdown,
since it's widely used now and easy to write code blocks and lists.
However, converters using pandoc or recommonmark
do not support many rst markups and sphinx extensions.
For example, rst's reference link like ``see `ref`_``
(this is very convenient in long document
in which same link appears multiple times)
will be converted to a code block in HTML
like `see ref_`,
which is not expected.
.
This package provides documentation for the m2r module.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/miyakogi/m2r
Section: doc
Priority: optional
Filename: pool/main/p/python-m2r/python-m2r-doc_0.3.1-0.1_all.deb