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

Last updated: October 06,2024

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

Please follow the step by step instructions below to install php-cs-fixer.noarch on Fedora 34

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

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

This guide let you learn how to uninstall php-cs-fixer.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:43:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-cs-fixer
Version : 2.19.3
Release : 1.fc34
Architecture : noarch
Size : 394 k
Source : php-cs-fixer-2.19.3-1.fc34.src.rpm
Repository : updates
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.