How to Install and Uninstall rubygem-sass.noarch Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "rubygem-sass.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-sass.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rubygem-sass.noarch

2. Uninstall "rubygem-sass.noarch" package

This guide covers the steps necessary to uninstall rubygem-sass.noarch on Rocky Linux 9:

$ sudo dnf remove rubygem-sass.noarch $ sudo dnf autoremove

3. Information about the rubygem-sass.noarch package on Rocky Linux 9

Last metadata expiration check: 1:48:50 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rubygem-sass
Version : 3.7.4
Release : 4.el9
Architecture : noarch
Size : 188 k
Source : rubygem-sass-3.7.4-4.el9.src.rpm
Repository : epel
Summary : A powerful but elegant CSS compiler that makes CSS fun again
URL : http://sass-lang.com/
License : MIT
Description : Sass makes CSS fun again. Sass is an extension of CSS, adding
: nested rules, variables, mixins, selector inheritance, and more.
: It's translated to well-formatted, standard CSS using the
: command line tool or a web-framework plugin.