Skip to content

Commit 6d292fd

Browse files
Add support for Fedora/CentOS/RHEL
1 parent 185eac3 commit 6d292fd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/source/installation/linux.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,35 @@ To install LaTeX:
4343
distributions or distributions that use the ``apt`` package manager.
4444

4545

46+
Fedora/CentOS/RHEL
47+
*************
48+
49+
Before installing anything, make sure that your system is up to date.
50+
51+
.. code-block:: bash
52+
53+
sudo apt update
54+
sudo apt upgrade
55+
56+
To install cairo:
57+
58+
.. code-block:: bash
59+
60+
sudo yum install cairo-devel
61+
62+
To install ffmpeg:
63+
64+
.. code-block:: bash
65+
66+
sudo dnf install ffmpeg
67+
68+
To install LaTeX:
69+
70+
.. code-block:: bash
71+
72+
sudo dnf install texlive-scheme-medium
73+
74+
4675
Arch/Manjaro
4776
************
4877

0 commit comments

Comments
 (0)