How To Install pcb-doc on Fedora 36
Introduction
In this tutorial we learn how to install pcb-doc
on Fedora 36.
What is pcb-doc
This package contains the documentation of PCB, an interactive printed circuit board editor.
We can use yum
or dnf
to install pcb-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcb-doc.
Install pcb-doc 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-doc
using dnf
by running the following command:
sudo dnf -y install pcb-doc
Install pcb-doc 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-doc
using yum
by running the following command:
sudo yum -y install pcb-doc
How To Uninstall pcb-doc on Fedora 36
To uninstall only the pcb-doc
package we can use the following command:
sudo dnf remove pcb-doc
pcb-doc Package Contents on Fedora 36
/usr/share/doc/pcb
/usr/share/doc/pcb/AUTHORS
/usr/share/doc/pcb/ChangeLog
/usr/share/doc/pcb/NEWS
/usr/share/doc/pcb/README
/usr/share/doc/pcb/debumpify.out.png
/usr/share/doc/pcb/debumpify.png
/usr/share/doc/pcb/examples
/usr/share/doc/pcb/examples/LED.net
/usr/share/doc/pcb/examples/LED.pcb
/usr/share/doc/pcb/examples/LED2.pcb
/usr/share/doc/pcb/examples/libraries
/usr/share/doc/pcb/examples/libraries/example.inc
/usr/share/doc/pcb/examples/libraries/example.list
/usr/share/doc/pcb/examples/libraries/example.m4
/usr/share/doc/pcb/examples/pad
/usr/share/doc/pcb/examples/pad/pad.pcb
/usr/share/doc/pcb/examples/pad/pad.pdf
/usr/share/doc/pcb/examples/pad/pad.png
/usr/share/doc/pcb/examples/puller
/usr/share/doc/pcb/examples/puller/puller.pcb
/usr/share/doc/pcb/examples/puller/puller.pdf
/usr/share/doc/pcb/examples/puller/puller.png
/usr/share/doc/pcb/examples/thermal
/usr/share/doc/pcb/examples/thermal/thermal.pcb
/usr/share/doc/pcb/examples/thermal/thermal.pdf
/usr/share/doc/pcb/examples/thermal/thermal.png
/usr/share/doc/pcb/gcode.png
/usr/share/doc/pcb/gcode_control_img.png
/usr/share/doc/pcb/gcode_tool_path.png
/usr/share/doc/pcb/miter.out.png
/usr/share/doc/pcb/miter.png
/usr/share/doc/pcb/orthopull.out.png
/usr/share/doc/pcb/orthopull.png
/usr/share/doc/pcb/pcb-reference-card.pdf
/usr/share/doc/pcb/pcb.html
/usr/share/doc/pcb/pcb.pdf
/usr/share/doc/pcb/td_ex1.png
/usr/share/doc/pcb/tutorial
/usr/share/doc/pcb/tutorial/tut1.pcb
/usr/share/doc/pcb/unjaggy.out.png
/usr/share/doc/pcb/unjaggy.png
/usr/share/doc/pcb/vianudge.out.png
/usr/share/doc/pcb/vianudge.png
/usr/share/doc/pcb/viatrim.out.png
/usr/share/doc/pcb/viatrim.png
/usr/share/info/pcb.info-1.gz
/usr/share/info/pcb.info-2.gz
/usr/share/info/pcb.info.gz
References
Summary
In this tutorial we learn how to install pcb-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).