%general-entities; ]> docutils-&docutils-version; docutils Introduction to docutils docutils is a set of Python modules and programs for processing plaintext docs into formats such as HTML, XML, or LaTeX. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &docutils-md5sum; Download size: &docutils-size; Estimated disk space required: &docutils-buildsize; Estimated build time: &docutils-time; User Notes: Installation of docutils To build the Python 3 applications, run the following command: pip3 wheel -w dist --no-build-isolation --no-deps $PWD To install the Python applications run the following as the &root; user: pip3 install --no-index --find-links dist --no-cache-dir --no-user docutils && for f in /usr/bin/rst*.py; do ln -svf $(basename $f) /usr/bin/$(basename $f .py) done To reduce the time needed for loading Python scripts, pip3 install will compile the scripts with extension .py into byte code and save the result into .pyc files in the directory __pycache__. But this package installs .py scripts into /usr/bin. So the byte code files for them will be installed into /usr/bin/__pycache__, which is not allowed by FHS. Still as the &root; user, remove this directory: rm -rfv /usr/bin/__pycache__ Contents Installed Programs Installed Libraries Installed Directories rst2html4, rst2html5, rst2html, rst2latex, rst2man, rst2odt_prepstyles, rst2odt, rst2pseudoxml, rst2s5, rst2xetex, rst2xml, and rstpep2html None /usr/lib/python&python3-majorver;/site-packages/docutils{,-&docutils-version;.dist-info}