How To Install pronterface on Fedora 36
Introduction
In this tutorial we learn how to install pronterface
on Fedora 36.
What is pronterface
Pronterface is a featured G-code sender with graphical user interface. It controls the ReRap printer. It is a part of Printrun.
We can use yum
or dnf
to install pronterface
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pronterface.
Install pronterface 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 pronterface
using dnf
by running the following command:
sudo dnf -y install pronterface
Install pronterface 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 pronterface
using yum
by running the following command:
sudo yum -y install pronterface
How To Uninstall pronterface on Fedora 36
To uninstall only the pronterface
package we can use the following command:
sudo dnf remove pronterface
pronterface Package Contents on Fedora 36
/usr/bin/pronterface
/usr/share/applications/pronterface.desktop
/usr/share/doc/pronterface
/usr/share/doc/pronterface/README.cleanup
/usr/share/doc/pronterface/README.i18n
/usr/share/doc/pronterface/README.md
/usr/share/licenses/pronterface
/usr/share/licenses/pronterface/COPYING
/usr/share/locale/de/LC_MESSAGES/pronterface.mo
/usr/share/locale/fr/LC_MESSAGES/pronterface.mo
/usr/share/locale/hy/LC_MESSAGES/pronterface.mo
/usr/share/locale/it/LC_MESSAGES/pronterface.mo
/usr/share/locale/nl/LC_MESSAGES/pronterface.mo
/usr/share/metainfo/pronterface.appdata.xml
/usr/share/pixmaps/plater.png
/usr/share/pixmaps/pronterface.png
/usr/share/pronterface
/usr/share/pronterface/images
/usr/share/pronterface/images/arrow_down.png
/usr/share/pronterface/images/arrow_keys.png
/usr/share/pronterface/images/arrow_up.png
/usr/share/pronterface/images/control_mini.png
/usr/share/pronterface/images/control_mini.svg
/usr/share/pronterface/images/control_xy.png
/usr/share/pronterface/images/control_xy.svg
/usr/share/pronterface/images/control_z.png
/usr/share/pronterface/images/control_z.svg
/usr/share/pronterface/images/control_z_mini.png
/usr/share/pronterface/images/control_z_mini.svg
/usr/share/pronterface/images/edit.png
/usr/share/pronterface/images/fit.png
/usr/share/pronterface/images/inject.png
/usr/share/pronterface/images/reset.png
/usr/share/pronterface/images/zoom_in.png
/usr/share/pronterface/images/zoom_out.png
References
Summary
In this tutorial we learn how to install pronterface
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).