How To Install popub-local on Fedora 36

In this tutorial we learn how to install popub-local in Fedora 36. popub-local is Publish a service from localhost onto your server - client side

Introduction

In this tutorial we learn how to install popub-local on Fedora 36.

What is popub-local

Publish a service from localhost onto your server - client side. Local side package.

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

Install popub-local 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 popub-local using dnf by running the following command:

sudo dnf -y install popub-local

Install popub-local 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 popub-local using yum by running the following command:

sudo yum -y install popub-local

How To Uninstall popub-local on Fedora 36

To uninstall only the popub-local package we can use the following command:

sudo dnf remove popub-local

popub-local Package Contents on Fedora 36

/etc/popub
/etc/popub/local
/etc/popub/local/example.conf
/usr/bin/popub-local
/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/ebf6f4b894e532aa11bcb66dc9f2996daff056
/usr/lib/systemd/system/[email protected]
/usr/share/doc/popub-local
/usr/share/doc/popub-local/README.md
/usr/share/licenses/popub-local
/usr/share/licenses/popub-local/COPYING

References

Summary

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