How To Install nemo-terminal on Fedora 36

In this tutorial we learn how to install nemo-terminal in Fedora 36. nemo-terminal is Embedded terminal window for Nemo

Introduction

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

What is nemo-terminal

Embedded terminal window for Nemo

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

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

sudo dnf -y install nemo-terminal

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

sudo yum -y install nemo-terminal

How To Uninstall nemo-terminal on Fedora 36

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

sudo dnf remove nemo-terminal

nemo-terminal Package Contents on Fedora 36

/usr/bin/nemo-terminal-prefs
/usr/lib/python3.10/site-packages/nemo_terminal-5.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/nemo_terminal-5.2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/nemo_terminal-5.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/nemo_terminal-5.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/nemo_terminal-5.2.0-py3.10.egg-info/top_level.txt
/usr/share/doc/nemo-terminal
/usr/share/doc/nemo-terminal/README
/usr/share/glib-2.0/schemas/org.nemo.extensions.nemo-terminal.gschema.xml
/usr/share/licenses/nemo-terminal
/usr/share/licenses/nemo-terminal/COPYING
/usr/share/nemo-python/extensions/nemo_terminal.py
/usr/share/nemo-terminal
/usr/share/nemo-terminal/logo_120x120.png
/usr/share/nemo-terminal/nemo-terminal-prefs.py

References

Summary

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