How To Install pronsole on Fedora 36
Introduction
In this tutorial we learn how to install pronsole
on Fedora 36.
What is pronsole
Pronsole is a featured command line G-code sender. It controls the ReRap printer. It is a part of Printrun.
We can use yum
or dnf
to install pronsole
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pronsole.
Install pronsole 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 pronsole
using dnf
by running the following command:
sudo dnf -y install pronsole
Install pronsole 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 pronsole
using yum
by running the following command:
sudo yum -y install pronsole
How To Uninstall pronsole on Fedora 36
To uninstall only the pronsole
package we can use the following command:
sudo dnf remove pronsole
pronsole Package Contents on Fedora 36
/usr/bin/pronsole
/usr/share/applications/pronsole.desktop
/usr/share/doc/pronsole
/usr/share/doc/pronsole/README.cleanup
/usr/share/doc/pronsole/README.i18n
/usr/share/doc/pronsole/README.md
/usr/share/licenses/pronsole
/usr/share/licenses/pronsole/COPYING
/usr/share/metainfo/pronsole.appdata.xml
/usr/share/pixmaps/pronsole.png
References
Summary
In this tutorial we learn how to install pronsole
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).