How To Install pcb-rnd-debug on Fedora 36
Introduction
In this tutorial we learn how to install pcb-rnd-debug
on Fedora 36.
What is pcb-rnd-debug
Extra action commands to help in debugging and diagnosing problems and bugs.
We can use yum
or dnf
to install pcb-rnd-debug
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcb-rnd-debug.
Install pcb-rnd-debug 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-debug
using dnf
by running the following command:
sudo dnf -y install pcb-rnd-debug
Install pcb-rnd-debug 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-debug
using yum
by running the following command:
sudo yum -y install pcb-rnd-debug
How To Uninstall pcb-rnd-debug on Fedora 36
To uninstall only the pcb-rnd-debug
package we can use the following command:
sudo dnf remove pcb-rnd-debug
pcb-rnd-debug Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bd/34295acac2e458ae17085d14bb194df4586f56
/usr/lib/pcb-rnd/plugins/diag.pup
/usr/lib/pcb-rnd/plugins/diag.so
References
Summary
In this tutorial we learn how to install pcb-rnd-debug
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).