How to Install and Uninstall php-cs-fixer Package on openSUSE Leap

Last updated: June 18,2024

1. Install "php-cs-fixer" package

This is a short guide on how to install php-cs-fixer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install php-cs-fixer

2. Uninstall "php-cs-fixer" package

This guide covers the steps necessary to uninstall php-cs-fixer on openSUSE Leap:

$ sudo zypper remove php-cs-fixer

3. Information about the php-cs-fixer package on openSUSE Leap

Information for package php-cs-fixer:
-------------------------------------
Repository : Main Repository
Name : php-cs-fixer
Version : 3.13.0-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : php-cs-fixer-3.13.0-bp155.1.4.src
Upstream URL : https://cs.symfony.com/
Summary : PHP Coding Standards Fixer
Description :
The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes code to
follow standards; this can be the PHP coding standards as defined
in the PSR-1, PSR-2, etc., or other community driven ones like the
Symfony one. Custom styles can also be defined through
configuration.