How To Install pcb2gcode on Fedora 36
Introduction
In this tutorial we learn how to install pcb2gcode
on Fedora 36.
What is pcb2gcode
pcb2gcode is a command-line software for the isolation, routing and drilling of PCBs. It takes Gerber files as input and it outputs gcode files, suitable for the milling of PCBs. It also includes an Autoleveller, useful for the automatic dynamic calibration of the milling depth.
We can use yum
or dnf
to install pcb2gcode
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcb2gcode.
Install pcb2gcode 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 pcb2gcode
using dnf
by running the following command:
sudo dnf -y install pcb2gcode
Install pcb2gcode 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 pcb2gcode
using yum
by running the following command:
sudo yum -y install pcb2gcode
How To Uninstall pcb2gcode on Fedora 36
To uninstall only the pcb2gcode
package we can use the following command:
sudo dnf remove pcb2gcode
pcb2gcode Package Contents on Fedora 36
/usr/bin/pcb2gcode
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/f016d9d07858e053f8893a84d58b14075a877f
/usr/share/doc/pcb2gcode
/usr/share/doc/pcb2gcode/AUTHORS
/usr/share/doc/pcb2gcode/README.md
/usr/share/licenses/pcb2gcode
/usr/share/licenses/pcb2gcode/COPYING
/usr/share/man/man1/pcb2gcode.1.gz
References
Summary
In this tutorial we learn how to install pcb2gcode
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).