How To Install libsass on Fedora 36
Introduction
In this tutorial we learn how to install libsass
on Fedora 36.
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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsass.
Install libsass 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 libsass
using dnf
by running the following command:
sudo dnf -y install libsass
Install libsass 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 libsass
using yum
by running the following command:
sudo yum -y install libsass
How To Uninstall libsass on Fedora 36
To uninstall only the libsass
package we can use the following command:
sudo dnf remove libsass
libsass Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/3bb75cd741634df5cdb6e56f768d3c08c7ce33
/usr/lib64/libsass.so.1
/usr/lib64/libsass.so.1.0.0
/usr/share/doc/libsass
/usr/share/doc/libsass/Readme.md
/usr/share/doc/libsass/SECURITY.md
/usr/share/licenses/libsass
/usr/share/licenses/libsass/LICENSE
---
title: "How To Install libsass on Fedora 36"
linkTitle: "libsass"
type: "docs"
description: "In this tutorial we learn how to install libsass in Fedora 36. libsass is C/C++ port of the Sass CSS precompiler"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libsass-featured.png
---
## Introduction
In this tutorial we learn how to install `libsass` on Fedora 36.
### 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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsass.
## Install libsass on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libsass
using dnf
by running the following command:
sudo dnf -y install libsass
Install libsass 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 libsass
using yum
by running the following command:
sudo yum -y install libsass
How To Uninstall libsass on Fedora 36
To uninstall only the libsass
package we can use the following command:
sudo dnf remove libsass
libsass Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install libsass
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/be /usr/lib/.build-id/be/b9ca730d436959ed5f63123eabfba30dbd925a /usr/lib/libsass.so.1 /usr/lib/libsass.so.1.0.0 /usr/share/doc/libsass /usr/share/doc/libsass/Readme.md /usr/share/doc/libsass/SECURITY.md /usr/share/licenses/libsass /usr/share/licenses/libsass/LICENSE
## References
* [libsass website](http://sass-lang.com/libsass)
## Summary
In this tutorial we learn how to install `libsass` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).