How To Install silver on Fedora 36

In this tutorial we learn how to install silver in Fedora 36. silver is Cross-shell customizable powerline-like prompt with icons

Introduction

In this tutorial we learn how to install silver on Fedora 36.

What is silver

Cross-shell customizable powerline-like prompt with icons.

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

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

sudo dnf -y install silver

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

sudo yum -y install silver

How To Uninstall silver on Fedora 36

To uninstall only the silver package we can use the following command:

sudo dnf remove silver

silver Package Contents on Fedora 36

/usr/bin/silver
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/9b33f73ff6c8d8c71ecb540440cf8f62508af1
/usr/share/doc/silver
/usr/share/doc/silver/readme.md
/usr/share/licenses/silver
/usr/share/licenses/silver/unlicense

References

Summary

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