How To Install pcb-rnd-export-sim on Fedora 36
Introduction
In this tutorial we learn how to install pcb-rnd-export-sim
on Fedora 36.
What is pcb-rnd-export-sim
Export the board in formats that can be used for simulation
We can use yum
or dnf
to install pcb-rnd-export-sim
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcb-rnd-export-sim.
Install pcb-rnd-export-sim 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-export-sim
using dnf
by running the following command:
sudo dnf -y install pcb-rnd-export-sim
Install pcb-rnd-export-sim 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-export-sim
using yum
by running the following command:
sudo yum -y install pcb-rnd-export-sim
How To Uninstall pcb-rnd-export-sim on Fedora 36
To uninstall only the pcb-rnd-export-sim
package we can use the following command:
sudo dnf remove pcb-rnd-export-sim
pcb-rnd-export-sim Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/9613bcf131ff773f1e8698f5228195cf5fb8ce
/usr/lib/pcb-rnd/plugins/export_openems.pup
/usr/lib/pcb-rnd/plugins/export_openems.so
References
Summary
In this tutorial we learn how to install pcb-rnd-export-sim
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).