How To Install pcb2gcodeGUI on Fedora 36

In this tutorial we learn how to install pcb2gcodeGUI in Fedora 36. pcb2gcodeGUI is A GUI for pcb2gcode

Introduction

In this tutorial we learn how to install pcb2gcodeGUI on Fedora 36.

What is pcb2gcodeGUI

A GUI for pcb2gcode, a software for the isolation, routing and drilling of PCBs.

We can use yum or dnf to install pcb2gcodeGUI on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcb2gcodeGUI.

Install pcb2gcodeGUI 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 pcb2gcodeGUI using dnf by running the following command:

sudo dnf -y install pcb2gcodeGUI

Install pcb2gcodeGUI 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 pcb2gcodeGUI using yum by running the following command:

sudo yum -y install pcb2gcodeGUI

How To Uninstall pcb2gcodeGUI on Fedora 36

To uninstall only the pcb2gcodeGUI package we can use the following command:

sudo dnf remove pcb2gcodeGUI

pcb2gcodeGUI Package Contents on Fedora 36

/usr/bin/pcb2gcodeGUI
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/0349220381a0c43b19584f2382f5664efa9cf7
/usr/share/doc/pcb2gcodeGUI
/usr/share/doc/pcb2gcodeGUI/README.md
/usr/share/licenses/pcb2gcodeGUI
/usr/share/licenses/pcb2gcodeGUI/LICENSE

References

Summary

In this tutorial we learn how to install pcb2gcodeGUI on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).