How To Install php-marcusschwarz-lesserphp on Fedora 36

In this tutorial we learn how to install php-marcusschwarz-lesserphp in Fedora 36. php-marcusschwarz-lesserphp is A compiler for LESS written in PHP

Introduction

In this tutorial we learn how to install php-marcusschwarz-lesserphp on Fedora 36.

What is php-marcusschwarz-lesserphp

lesserphp is a compiler that generates CSS from a superset language which adds a collection of convenient features often seen in other languages. All CSS is compatible with LESS, so you can start using new features with your existing CSS. It is designed to be compatible with less.js (https and suitable as a drop-in replacement for PHP projects. Autoloader

We can use yum or dnf to install php-marcusschwarz-lesserphp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-marcusschwarz-lesserphp.

Install php-marcusschwarz-lesserphp 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 php-marcusschwarz-lesserphp using dnf by running the following command:

sudo dnf -y install php-marcusschwarz-lesserphp

Install php-marcusschwarz-lesserphp 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 php-marcusschwarz-lesserphp using yum by running the following command:

sudo yum -y install php-marcusschwarz-lesserphp

How To Uninstall php-marcusschwarz-lesserphp on Fedora 36

To uninstall only the php-marcusschwarz-lesserphp package we can use the following command:

sudo dnf remove php-marcusschwarz-lesserphp

php-marcusschwarz-lesserphp Package Contents on Fedora 36

/usr/bin/plessc
/usr/share/doc/php-marcusschwarz-lesserphp
/usr/share/doc/php-marcusschwarz-lesserphp/HISTORY.md
/usr/share/doc/php-marcusschwarz-lesserphp/README.md
/usr/share/doc/php-marcusschwarz-lesserphp/composer.json
/usr/share/licenses/php-marcusschwarz-lesserphp
/usr/share/licenses/php-marcusschwarz-lesserphp/LICENSE
/usr/share/php/marcusschwarz-lesserphp
/usr/share/php/marcusschwarz-lesserphp/autoload.php
/usr/share/php/marcusschwarz-lesserphp/lessc.inc.php

References

Summary

In this tutorial we learn how to install php-marcusschwarz-lesserphp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).