How To Install php-victorjonsson-markdowndocs on Fedora 36

In this tutorial we learn how to install php-victorjonsson-markdowndocs in Fedora 36. php-victorjonsson-markdowndocs is Command line tool for generating markdown-formatted class documentation

Introduction

In this tutorial we learn how to install php-victorjonsson-markdowndocs on Fedora 36.

What is php-victorjonsson-markdowndocs

Documentation is just as important as the code it’s referring to. With this command line tool you will be able to write your documentation once, and only once! This project will write a single-page markdown-formatted API document based on the DocBlock comments in your source code. The phpdoc standard is used. Autoloader

We can use yum or dnf to install php-victorjonsson-markdowndocs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-victorjonsson-markdowndocs.

Install php-victorjonsson-markdowndocs 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-victorjonsson-markdowndocs using dnf by running the following command:

sudo dnf -y install php-victorjonsson-markdowndocs

Install php-victorjonsson-markdowndocs 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-victorjonsson-markdowndocs using yum by running the following command:

sudo yum -y install php-victorjonsson-markdowndocs

How To Uninstall php-victorjonsson-markdowndocs on Fedora 36

To uninstall only the php-victorjonsson-markdowndocs package we can use the following command:

sudo dnf remove php-victorjonsson-markdowndocs

php-victorjonsson-markdowndocs Package Contents on Fedora 36

/usr/bin/phpdoc-md
/usr/share/doc/php-victorjonsson-markdowndocs
/usr/share/doc/php-victorjonsson-markdowndocs/README.md
/usr/share/doc/php-victorjonsson-markdowndocs/composer.json
/usr/share/doc/php-victorjonsson-markdowndocs/docs.md
/usr/share/licenses/php-victorjonsson-markdowndocs
/usr/share/licenses/php-victorjonsson-markdowndocs/LICENSE
/usr/share/php/PHPDocsMD
/usr/share/php/PHPDocsMD/ClassEntity.php
/usr/share/php/PHPDocsMD/ClassEntityFactory.php
/usr/share/php/PHPDocsMD/CodeEntity.php
/usr/share/php/PHPDocsMD/Console
/usr/share/php/PHPDocsMD/Console/CLI.php
/usr/share/php/PHPDocsMD/Console/PHPDocsMDCommand.php
/usr/share/php/PHPDocsMD/DocInfo.php
/usr/share/php/PHPDocsMD/DocInfoExtractor.php
/usr/share/php/PHPDocsMD/FunctionEntity.php
/usr/share/php/PHPDocsMD/FunctionFinder.php
/usr/share/php/PHPDocsMD/MDTableGenerator.php
/usr/share/php/PHPDocsMD/ParamEntity.php
/usr/share/php/PHPDocsMD/Reflector.php
/usr/share/php/PHPDocsMD/ReflectorInterface.php
/usr/share/php/PHPDocsMD/UseInspector.php
/usr/share/php/PHPDocsMD/Utils.php
/usr/share/php/PHPDocsMD/autoload.php

References

Summary

In this tutorial we learn how to install php-victorjonsson-markdowndocs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).