How to Install and Uninstall php-cs-fixer3.noarch Package on Fedora 35

Last updated: January 10,2025

1. Install "php-cs-fixer3.noarch" package

Please follow the steps below to install php-cs-fixer3.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php-cs-fixer3.noarch

2. Uninstall "php-cs-fixer3.noarch" package

Please follow the steps below to uninstall php-cs-fixer3.noarch on Fedora 35:

$ sudo dnf remove php-cs-fixer3.noarch $ sudo dnf autoremove

3. Information about the php-cs-fixer3.noarch package on Fedora 35

Last metadata expiration check: 5:21:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-cs-fixer3
Version : 3.3.1
Release : 1.fc35.remi
Architecture : noarch
Size : 379 k
Source : php-cs-fixer3-3.3.1-1.fc35.remi.src.rpm
Repository : remi
Summary : A tool to automatically fix PHP code style
URL : https://github.com/FriendsOfPHP/PHP-CS-Fixer
License : MIT
Description : The PHP Coding Standards Fixer tool fixes most issues in your code when you
: want to follow the PHP coding standards as defined in the PSR-1 and PSR-2
: documents and many more.
:
: If you are already using a linter to identify coding standards problems in
: your code, you know that fixing them by hand is tedious, especially on large
: projects. This tool does not only detect them, but also fixes them for you.