How to Install and Uninstall phan.noarch Package on Fedora 36

Last updated: October 17,2024

1. Install "phan.noarch" package

Please follow the steps below to install phan.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install phan.noarch

2. Uninstall "phan.noarch" package

Please follow the guidelines below to uninstall phan.noarch on Fedora 36:

$ sudo dnf remove phan.noarch $ sudo dnf autoremove

3. Information about the phan.noarch package on Fedora 36

Last metadata expiration check: 5:57:44 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : phan
Version : 5.4.0
Release : 1.fc36.remi
Architecture : noarch
Size : 1.3 M
Source : phan-5.4.0-1.fc36.remi.src.rpm
Repository : remi
Summary : A static analyzer for PHP
URL : https://github.com/phan/phan
License : MIT
Description : Phan is a static analyzer that looks for common issues and will verify type
: compatibility on various operations when type information is available or can
: be deduced. Phan does not make any serious attempt to understand flow control
: and narrow types based on conditionals.