How To Install nemo-pastebin on Fedora 36

In this tutorial we learn how to install nemo-pastebin in Fedora 36. nemo-pastebin is Pastebin extension for Nemo

Introduction

In this tutorial we learn how to install nemo-pastebin on Fedora 36.

What is nemo-pastebin

nemo-pastebin is an extension for the Nemo file manager, which allows users to send files to pastebins just a right-click away.

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

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

sudo dnf -y install nemo-pastebin

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

sudo yum -y install nemo-pastebin

How To Uninstall nemo-pastebin on Fedora 36

To uninstall only the nemo-pastebin package we can use the following command:

sudo dnf remove nemo-pastebin

nemo-pastebin Package Contents on Fedora 36

/usr/bin/nemo-pastebin-configurator
/usr/lib/python3.10/site-packages/nemo_pastebin-5.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/nemo_pastebin-5.2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/nemo_pastebin-5.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/nemo_pastebin-5.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/nemo_pastebin-5.2.0-py3.10.egg-info/top_level.txt
/usr/share/doc/nemo-pastebin
/usr/share/doc/nemo-pastebin/NEWS
/usr/share/doc/nemo-pastebin/README
/usr/share/glib-2.0/schemas/nemo-pastebin.gschema.xml
/usr/share/icons/hicolor/48x48/apps/nemo-pastebin.png
/usr/share/icons/hicolor/scalable/apps/nemo-pastebin.svg
/usr/share/licenses/nemo-pastebin
/usr/share/licenses/nemo-pastebin/COPYING
/usr/share/nemo-pastebin
/usr/share/nemo-pastebin/nemo-pastebin-configurator.py
/usr/share/nemo-pastebin/nemo-pastebin-configurator.ui
/usr/share/nemo-python/extensions/nemo-pastebin.py

References

Summary

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