How To Install php-phpdocumentor-graphviz on Fedora 36
Introduction
In this tutorial we learn how to install php-phpdocumentor-graphviz on Fedora 36.
What is php-phpdocumentor-graphviz
Library meant for generating .dot files for GraphViz. Autoloader
We can use yum or dnf to install php-phpdocumentor-graphviz on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-phpdocumentor-graphviz.
Install php-phpdocumentor-graphviz on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install php-phpdocumentor-graphviz using dnf by running the following command:
sudo dnf -y install php-phpdocumentor-graphviz
Install php-phpdocumentor-graphviz on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install php-phpdocumentor-graphviz using yum by running the following command:
sudo yum -y install php-phpdocumentor-graphviz
How To Uninstall php-phpdocumentor-graphviz on Fedora 36
To uninstall only the php-phpdocumentor-graphviz package we can use the following command:
sudo dnf remove php-phpdocumentor-graphviz
php-phpdocumentor-graphviz Package Contents on Fedora 36
/usr/share/doc/php-phpdocumentor-graphviz
/usr/share/doc/php-phpdocumentor-graphviz/README.md
/usr/share/doc/php-phpdocumentor-graphviz/composer.json
/usr/share/licenses/php-phpdocumentor-graphviz
/usr/share/licenses/php-phpdocumentor-graphviz/LICENSE
/usr/share/php/phpDocumentor
/usr/share/php/phpDocumentor/GraphViz
/usr/share/php/phpDocumentor/GraphViz/Attribute.php
/usr/share/php/phpDocumentor/GraphViz/Edge.php
/usr/share/php/phpDocumentor/GraphViz/Exception.php
/usr/share/php/phpDocumentor/GraphViz/Graph.php
/usr/share/php/phpDocumentor/GraphViz/Node.php
/usr/share/php/phpDocumentor/GraphViz/autoload.php
References
Summary
In this tutorial we learn how to install php-phpdocumentor-graphviz on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).