How to Install and Uninstall python3-m2r Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-m2r" package

This is a short guide on how to install python3-m2r on Kali Linux

$ sudo apt update $ sudo apt install python3-m2r

2. Uninstall "python3-m2r" package

In this section, we are going to explain the necessary steps to uninstall python3-m2r on Kali Linux:

$ sudo apt remove python3-m2r $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-m2r package on Kali Linux

Package: python3-m2r
Source: python-m2r
Version: 0.3.1-0.1
Installed-Size: 50
Maintainer: Jonas Smedegaard
Architecture: all
Depends: python3-mistune0, python3-docutils, python3:any
Suggests: python-m2r-doc
Enhances: python3-sphinx
Size: 13064
SHA256: 7605ee65d60d38176ccb919f3688be6cab36187530005e051ae39f379600b780
SHA1: bc109372c84d9bc502ef012f4c3ceca9a7ae36e0
MD5sum: 56a39cc3a389493c9e1209b8ac9d5f07
Description: Markdown and reStructuredText in a single file - Python3 library
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 m2r module
for Python 3.
Description-md5:
Homepage: https://github.com/miyakogi/m2r
Section: python
Priority: optional
Filename: pool/main/p/python-m2r/python3-m2r_0.3.1-0.1_all.deb