How To Install desed on Fedora 36

In this tutorial we learn how to install desed in Fedora 36. desed is Sed script debugger

Introduction

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

What is desed

Sed script debugger. Debug and demystify your sed scripts with TUI debugger.

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

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

sudo dnf -y install desed

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

sudo yum -y install desed

How To Uninstall desed on Fedora 36

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

sudo dnf remove desed

desed Package Contents on Fedora 36

/usr/bin/desed
/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/3c0b5603ddc0bebca566ef9a21221862134ad9
/usr/share/doc/desed
/usr/share/doc/desed/README.md
/usr/share/licenses/desed
/usr/share/licenses/desed/LICENSE

References

Summary

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