How To Install pcb-rnd-cloud on Fedora 36

In this tutorial we learn how to install pcb-rnd-cloud in Fedora 36. pcb-rnd-cloud is Networking plugins

Introduction

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

What is pcb-rnd-cloud

‘Cloud’ footprint access plugin that integrates edakrill and gedasymbols.org.

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

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

sudo dnf -y install pcb-rnd-cloud

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

sudo yum -y install pcb-rnd-cloud

How To Uninstall pcb-rnd-cloud on Fedora 36

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

sudo dnf remove pcb-rnd-cloud

pcb-rnd-cloud Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/a94fd9692db1d3c4a775e392371ac3a89aaabc
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/91082e79cf1a81713dd90ff20b247e8d785d9d
/usr/lib/pcb-rnd/plugins/fp_wget.pup
/usr/lib/pcb-rnd/plugins/fp_wget.so
/usr/lib64/librnd/plugins/lib_wget.pup
/usr/lib64/librnd/plugins/lib_wget.so
/usr/share/pcb-rnd/fp_wget.conf

References

Summary

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