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

Last updated: October 05,2024

1. Install "phan.noarch" package

This tutorial shows how to install phan.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install phan.noarch

2. Uninstall "phan.noarch" package

Please follow the guidance below to uninstall phan.noarch on Fedora 34:

$ sudo dnf remove phan.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:24:55 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : phan
Version : 5.3.2
Release : 1.fc34
Architecture : noarch
Size : 1.3 M
Source : phan-5.3.2-1.fc34.src.rpm
Repository : updates
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.