We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185eac3 commit 6d292fdCopy full SHA for 6d292fd
docs/source/installation/linux.rst
@@ -43,6 +43,35 @@ To install LaTeX:
43
distributions or distributions that use the ``apt`` package manager.
44
45
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
59
60
+ sudo yum install cairo-devel
61
62
+To install ffmpeg:
63
64
65
66
+ sudo dnf install ffmpeg
67
68
+To install LaTeX:
69
70
71
72
+ sudo dnf install texlive-scheme-medium
73
74
75
Arch/Manjaro
76
************
77
0 commit comments