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

Last updated: October 05,2024

1. Install "php-scssphp.noarch" package

This tutorial shows how to install php-scssphp.noarch on Fedora 34

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

2. Uninstall "php-scssphp.noarch" package

Please follow the step by step instructions below to uninstall php-scssphp.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:12:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-scssphp
Version : 0.8.4
Release : 4.fc34
Architecture : noarch
Size : 68 k
Source : php-scssphp-0.8.4-4.fc34.src.rpm
Repository : fedora
Summary : A compiler for SCSS written in PHP
URL : http://leafo.github.io/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.
:
: Autoloader: /usr/share/php/Leafo/ScssPhp/autoload.php