How to Install and Uninstall php-bartlett-umlwriter.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "php-bartlett-umlwriter.noarch" package

Please follow the guidelines below to install php-bartlett-umlwriter.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-bartlett-umlwriter.noarch

2. Uninstall "php-bartlett-umlwriter.noarch" package

This guide covers the steps necessary to uninstall php-bartlett-umlwriter.noarch on Fedora 34:

$ sudo dnf remove php-bartlett-umlwriter.noarch $ sudo dnf autoremove

3. Information about the php-bartlett-umlwriter.noarch package on Fedora 34

Last metadata expiration check: 2:08:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-bartlett-umlwriter
Version : 1.3.1
Release : 1.fc34.3
Architecture : noarch
Size : 23 k
Source : php-bartlett-umlwriter-1.3.1-1.fc34.3.src.rpm
Repository : fedora
Summary : Create UML class diagrams from your PHP source
URL : http://php5.laurent-laville.org/umlwriter/
License : BSD
Description : This tool wil generate UML class diagrams with all class,
: interface and trait definitions in your PHP project.
:
: * reverse-engine interchangeable (currently support Bartlett\Reflect
: and Andrewsville\TokenReflection)
: * UML syntax processor interchangeable (currently support Graphviz
: and PlantUML)
: * generates a class and its direct dependencies
: * generates a namespace with all objects
: * generates a full package with all namespaces and objects