How To Install pcb-rnd-auto on Fedora 36

In this tutorial we learn how to install pcb-rnd-auto in Fedora 36. pcb-rnd-auto is Autoroute and autoplace

Introduction

In this tutorial we learn how to install pcb-rnd-auto on Fedora 36.

What is pcb-rnd-auto

Feature plugins for automated component placing and track routing.

We can use yum or dnf to install pcb-rnd-auto on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcb-rnd-auto.

Install pcb-rnd-auto 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-auto using dnf by running the following command:

sudo dnf -y install pcb-rnd-auto

Install pcb-rnd-auto 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-auto using yum by running the following command:

sudo yum -y install pcb-rnd-auto

How To Uninstall pcb-rnd-auto on Fedora 36

To uninstall only the pcb-rnd-auto package we can use the following command:

sudo dnf remove pcb-rnd-auto

pcb-rnd-auto Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/3d85fa64564e85540c3ac87061ed79e725f7f3
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/a4d611eb5f7cbef5be80ece28609c7a17ae6f9
/usr/lib/.build-id/46
/usr/lib/.build-id/46/6a5b844ed279d04b15bae13f7a3db6be61859c
/usr/lib/.build-id/50
/usr/lib/.build-id/50/06e1868551ace6fe921ec0f6df77cc23ac18e1
/usr/lib/.build-id/69
/usr/lib/.build-id/69/35fc2369aad29fb6d9e3f21602fe72c2036a33
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/a39cd121df21b824c932f09ba07a86bfbf65d7
/usr/lib/.build-id/80
/usr/lib/.build-id/80/e9b414cc855c5999e1fc90ef48dc30eccfe384
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/8cbf298c103289e03ecffb8581421720a44265
/usr/lib/.build-id/da
/usr/lib/.build-id/da/955e6baf4f09d515db7793619151b7e673422d
/usr/lib/pcb-rnd/plugins/ar_cpcb.pup
/usr/lib/pcb-rnd/plugins/ar_cpcb.so
/usr/lib/pcb-rnd/plugins/ar_extern.pup
/usr/lib/pcb-rnd/plugins/ar_extern.so
/usr/lib/pcb-rnd/plugins/asm.pup
/usr/lib/pcb-rnd/plugins/asm.so
/usr/lib/pcb-rnd/plugins/autoplace.pup
/usr/lib/pcb-rnd/plugins/autoplace.so
/usr/lib/pcb-rnd/plugins/autoroute.pup
/usr/lib/pcb-rnd/plugins/autoroute.so
/usr/lib/pcb-rnd/plugins/export_dsn.pup
/usr/lib/pcb-rnd/plugins/export_dsn.so
/usr/lib/pcb-rnd/plugins/import_dsn.pup
/usr/lib/pcb-rnd/plugins/import_dsn.so
/usr/lib/pcb-rnd/plugins/import_mucs.pup
/usr/lib/pcb-rnd/plugins/import_mucs.so
/usr/lib/pcb-rnd/plugins/smartdisperse.pup
/usr/lib/pcb-rnd/plugins/smartdisperse.so
/usr/share/pcb-rnd/asm.conf

References

Summary

In this tutorial we learn how to install pcb-rnd-auto on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).