How To Install dataurl on Fedora 36

In this tutorial we learn how to install dataurl in Fedora 36. dataurl is Data URL encoder/decoder

Introduction

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

What is dataurl

dataurl is a command-line data-scheme URL encoder and decoder written in Golang.

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

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

sudo dnf -y install dataurl

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

sudo yum -y install dataurl

How To Uninstall dataurl on Fedora 36

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

sudo dnf remove dataurl

dataurl Package Contents on Fedora 36

/usr/bin/dataurl
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/5be36136639398e8147b7620eb580187331351
/usr/share/licenses/dataurl
/usr/share/licenses/dataurl/LICENSE

References

Summary

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