How To Install libsass on Rocky Linux 8
Introduction
In this tutorial we learn how to install libsass
on Rocky Linux 8.
What is libsass
Libsass is a C/C++ port of the Sass CSS precompiler. The original version was written in Ruby, but this version is meant for efficiency and portability. This library strives to be light, simple, and easy to build and integrate with a variety of platforms and languages. Libsass is just a library, but if you want to RUN libsass, install the sassc package.
We can use yum
or dnf
to install libsass
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libsass.
Install libsass on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install libsass
using dnf
by running the following command:
Install libsass on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install libsass
using yum
by running the following command:
How To Uninstall libsass on Rocky Linux 8
To uninstall only the libsass
package we can use the following command:
libsass Package Contents on Rocky Linux 8
References
Summary
In this tutorial we learn how to install libsass
on Rocky Linux 8 using yum and dnf.