How To Install texworks on Fedora 36
Introduction
In this tutorial we learn how to install texworks
on Fedora 36.
What is texworks
TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean, simple interface accessible to casual and non-technical users. You may install the texlive-* packages to make this program useful.
We can use yum
or dnf
to install texworks
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texworks.
Install texworks 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 texworks
using dnf
by running the following command:
sudo dnf -y install texworks
Install texworks 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 texworks
using yum
by running the following command:
sudo yum -y install texworks
How To Uninstall texworks on Fedora 36
To uninstall only the texworks
package we can use the following command:
sudo dnf remove texworks
texworks Package Contents on Fedora 36
/usr/bin/texworks
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/7f12560f72fdf1ac99d4af159e39c31b12ecf4
/usr/lib/.build-id/88
/usr/lib/.build-id/88/d980c85e1ac97c1562b1ec5f509967dc8154ba
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/665fbd42c2afa0b24240ffb2d350882dca3ec7
/usr/lib64/texworks
/usr/lib64/texworks/libTWLuaPlugin.so
/usr/lib64/texworks/libTWPythonPlugin.so
/usr/share/applications/texworks.desktop
/usr/share/doc/texworks
/usr/share/doc/texworks/NEWS
/usr/share/doc/texworks/README.md
/usr/share/icons/hicolor/128x128/apps/TeXworks.png
/usr/share/icons/hicolor/48x48/apps/TeXworks.png
/usr/share/icons/hicolor/512x512/apps/TeXworks.png
/usr/share/icons/hicolor/64x64/apps/TeXworks.png
/usr/share/licenses/texworks
/usr/share/licenses/texworks/COPYING
/usr/share/man/man1/texworks.1.gz
/usr/share/metainfo/texworks.appdata.xml
References
Summary
In this tutorial we learn how to install texworks
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).