How To Install caja-share on Fedora 36

In this tutorial we learn how to install caja-share in Fedora 36. caja-share is Easy sharing folder via Samba (CIFS protocol)

Introduction

In this tutorial we learn how to install caja-share on Fedora 36.

What is caja-share

Caja extension designed for easier folders sharing via Samba (CIFS protocol) in *NIX systems.

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

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

sudo dnf -y install caja-share

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

sudo yum -y install caja-share

How To Uninstall caja-share on Fedora 36

To uninstall only the caja-share package we can use the following command:

sudo dnf remove caja-share

caja-share Package Contents on Fedora 36

/etc/samba/caja-share-smb.conf.example
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/3df4ad3f53366c2fc87d229b6ae7837c082521
/usr/lib64/caja/extensions-2.0/libcaja-share.so
/usr/share/caja-extensions/share-dialog.ui
/usr/share/caja/extensions/libcaja-share.caja-extension

References

Summary

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