How To Install sass-rs on Fedora 36

In this tutorial we learn how to install sass-rs in Fedora 36. sass-rs is Higher level binding for the Sass library

Introduction

In this tutorial we learn how to install sass-rs on Fedora 36.

What is sass-rs

Higher level binding for the Sass library.

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

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

sudo dnf -y install sass-rs

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

sudo yum -y install sass-rs

How To Uninstall sass-rs on Fedora 36

To uninstall only the sass-rs package we can use the following command:

sudo dnf remove sass-rs

sass-rs Package Contents on Fedora 36

/usr/bin/sass-rs
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/047e5855060e8181626ec66dab6bed4203f3e2
/usr/share/doc/sass-rs
/usr/share/doc/sass-rs/CHANGELOG.md
/usr/share/doc/sass-rs/README.md
/usr/share/licenses/sass-rs
/usr/share/licenses/sass-rs/LICENSE

References

Summary

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