How to Install and Uninstall php-scssphp.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "php-scssphp.noarch" package

Please follow the guidelines below to install php-scssphp.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install php-scssphp.noarch

2. Uninstall "php-scssphp.noarch" package

This guide covers the steps necessary to uninstall php-scssphp.noarch on Fedora 38:

$ sudo dnf remove php-scssphp.noarch $ sudo dnf autoremove

3. Information about the php-scssphp.noarch package on Fedora 38

Last metadata expiration check: 0:29:49 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : php-scssphp
Version : 1.10.5
Release : 2.fc38
Architecture : noarch
Size : 111 k
Source : php-scssphp-1.10.5-2.fc38.src.rpm
Repository : fedora
Summary : A compiler for SCSS written in PHP
URL : https://github.com/scssphp/scssphp
License : MIT
Description : SCSS (http://sass-lang.com/) is a CSS preprocessor that adds many features like
: variables, mixins, imports, color manipulation, functions, and tons of other
: powerful features.
:
: The entire compiler comes in a single class file ready for including in any kind
: of project in addition to a command line tool for running the compiler from the
: terminal.
:
: scssphp implements SCSS. It does not implement the SASS syntax, only the SCSS
: syntax.
:
: The library autoloader is: /usr/share/php/ScssPhp/ScssPhp/autoload.php