How To Install rubber on Fedora 36
Introduction
In this tutorial we learn how to install rubber
on Fedora 36.
What is rubber
This is a building system for LaTeX documents. It is based on a routine that runs just as many compilations as necessary. The module system provides a great flexibility that virtually allows support for any package with no user intervention, as well as pre- and post-processing of the document. The standard modules currently provide support for bibtex, dvips, dvipdfm, pdftex, makeindex. A good number of standard packages are supported, including graphics/graphicx (with automatic conversion between various formats and Metapost compilation).
We can use yum
or dnf
to install rubber
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubber.
Install rubber on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rubber
using dnf
by running the following command:
sudo dnf -y install rubber
Install rubber on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rubber
using yum
by running the following command:
sudo yum -y install rubber
How To Uninstall rubber on Fedora 36
To uninstall only the rubber
package we can use the following command:
sudo dnf remove rubber
rubber Package Contents on Fedora 36
/usr/bin/rubber
/usr/bin/rubber-info
/usr/bin/rubber-pipe
/usr/lib/python3.10/site-packages/rubber
/usr/lib/python3.10/site-packages/rubber-1.5.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/rubber/__init__.py
/usr/lib/python3.10/site-packages/rubber/__pycache__
/usr/lib/python3.10/site-packages/rubber/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/biblio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/biblio.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/cmdline.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/cmdline.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/convert.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/convert.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/depend.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/depend.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/dvip_tool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/dvip_tool.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/environment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/environment.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/index.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/index.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/module_interface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/module_interface.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/tex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/tex.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/biblio.py
/usr/lib/python3.10/site-packages/rubber/cmdline.py
/usr/lib/python3.10/site-packages/rubber/convert.py
/usr/lib/python3.10/site-packages/rubber/converters
/usr/lib/python3.10/site-packages/rubber/converters/__init__.py
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/compressor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/compressor.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/eps_gz.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/eps_gz.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/fig2dev.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/fig2dev.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/latex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/latex.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/literate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/literate.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/mpost.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/mpost.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/converters/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/converters/compressor.py
/usr/lib/python3.10/site-packages/rubber/converters/eps_gz.py
/usr/lib/python3.10/site-packages/rubber/converters/fig2dev.py
/usr/lib/python3.10/site-packages/rubber/converters/latex.py
/usr/lib/python3.10/site-packages/rubber/converters/literate.py
/usr/lib/python3.10/site-packages/rubber/converters/mpost.py
/usr/lib/python3.10/site-packages/rubber/converters/shell.py
/usr/lib/python3.10/site-packages/rubber/depend.py
/usr/lib/python3.10/site-packages/rubber/dvip_tool.py
/usr/lib/python3.10/site-packages/rubber/environment.py
/usr/lib/python3.10/site-packages/rubber/index.py
/usr/lib/python3.10/site-packages/rubber/latex_modules
/usr/lib/python3.10/site-packages/rubber/latex_modules/__init__.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/asymptote.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/asymptote.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/biblatex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/biblatex.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/bibtex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/bibtex.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/bibtopic.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/bibtopic.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/combine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/combine.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/dvipdfm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/dvipdfm.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/dvips.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/dvips.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/epsfig.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/epsfig.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/graphics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/graphics.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/graphicx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/graphicx.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/index.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/index.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/listings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/listings.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/ltxtable.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/ltxtable.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/makeidx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/makeidx.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/minitoc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/minitoc.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/moreverb.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/moreverb.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/multibib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/multibib.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/nomencl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/nomencl.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/pdftex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/pdftex.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/ps2pdf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/ps2pdf.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/pythontex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/pythontex.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/verbatim.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/verbatim.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/vtex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/vtex.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/xelatex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/xelatex.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/xr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/__pycache__/xr.cpython-310.pyc
/usr/lib/python3.10/site-packages/rubber/latex_modules/aleph.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/asymptote.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/backref.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/beamer.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/biblatex.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/bibtex.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/bibtopic.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/combine.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/dvipdfm.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/dvips.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/epsfig.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/glossaries.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/gnuplottex.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/graphics.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/graphicx.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/hyperref.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/index.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/listings.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/ltxtable.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/makeidx.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/minitoc-hyper.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/minitoc.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/moreverb.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/multibib.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/nomencl.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/ntheorem.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/omega.rub
/usr/lib/python3.10/site-packages/rubber/latex_modules/pdftex.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/ps2pdf.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/pythontex.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/verbatim.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/vtex.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/xelatex.py
/usr/lib/python3.10/site-packages/rubber/latex_modules/xr.py
/usr/lib/python3.10/site-packages/rubber/module_interface.py
/usr/lib/python3.10/site-packages/rubber/rules.ini
/usr/lib/python3.10/site-packages/rubber/tex.py
/usr/lib/python3.10/site-packages/rubber/util.py
/usr/lib/python3.10/site-packages/rubber/version.py
/usr/share/doc/rubber
/usr/share/doc/rubber/COPYING
/usr/share/doc/rubber/NEWS
/usr/share/doc/rubber/README
/usr/share/doc/rubber/rubber.html
/usr/share/doc/rubber/rubber.pdf
/usr/share/info/info
/usr/share/info/info/rubber.info.gz
/usr/share/man/fr/man1/rubber-info.1.gz
/usr/share/man/fr/man1/rubber-pipe.1.gz
/usr/share/man/fr/man1/rubber.1.gz
/usr/share/man/man1/rubber-info.1.gz
/usr/share/man/man1/rubber-pipe.1.gz
/usr/share/man/man1/rubber.1.gz
References
Summary
In this tutorial we learn how to install rubber
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).