How to Install and Uninstall php-cs-fixer Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "php-cs-fixer" package

This tutorial shows how to install php-cs-fixer on openSuSE Tumbleweed

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

2. Uninstall "php-cs-fixer" package

Here is a brief guide to show you how to uninstall php-cs-fixer on openSuSE Tumbleweed:

$ sudo zypper remove php-cs-fixer

3. Information about the php-cs-fixer package on openSuSE Tumbleweed

Information for package php-cs-fixer:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : php-cs-fixer
Version : 3.13.0-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : php-cs-fixer-3.13.0-1.3.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.