How To Install pcb-rnd on Fedora 36
Introduction
In this tutorial we learn how to install pcb-rnd on Fedora 36.
What is pcb-rnd
pcb-rnd is a highly modular PCB (Printed Circuit Board) layout tool with a rich set of plugins for communicating with various external design tools and other EDA/CAD packages. pcb-rnd is an interactive (or scripted) graphical (or command line) PCB editor. Besides editing it offers converting between formats, running DRC checks, generating previews.
We can use yum or dnf to install pcb-rnd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcb-rnd.
Install pcb-rnd 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 pcb-rnd using dnf by running the following command:
sudo dnf -y install pcb-rnd
Install pcb-rnd 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 pcb-rnd using yum by running the following command:
sudo yum -y install pcb-rnd
How To Uninstall pcb-rnd on Fedora 36
To uninstall only the pcb-rnd package we can use the following command:
sudo dnf remove pcb-rnd
pcb-rnd Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install pcb-rnd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).