How To Install elementary-terminal-fish on Fedora 36

In this tutorial we learn how to install elementary-terminal-fish in Fedora 36. elementary-terminal-fish is The terminal of the 21st century (fish support)

Introduction

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

What is elementary-terminal-fish

A super lightweight, beautiful, and simple terminal. It’s designed to be setup with sane defaults and little to no configuration. It’s just a terminal, nothing more, nothing less. This package contains the files needed to support “process completed” notifications when using the fish shell.

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

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

sudo dnf -y install elementary-terminal-fish

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

sudo yum -y install elementary-terminal-fish

How To Uninstall elementary-terminal-fish on Fedora 36

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

sudo dnf remove elementary-terminal-fish

elementary-terminal-fish Package Contents on Fedora 36

/usr/share/fish/vendor_conf.d/pantheon_terminal_process_completion_notifications.fish

References

Summary

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