How To Install php-libvirt-doc on Fedora 36
Introduction
In this tutorial we learn how to install php-libvirt-doc
on Fedora 36.
What is php-libvirt-doc
PHP language bindings for Libvirt API. For more details see This package contains the documentation for php-libvirt.
We can use yum
or dnf
to install php-libvirt-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-libvirt-doc.
Install php-libvirt-doc 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-libvirt-doc
using dnf
by running the following command:
sudo dnf -y install php-libvirt-doc
Install php-libvirt-doc 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-libvirt-doc
using yum
by running the following command:
sudo yum -y install php-libvirt-doc
How To Uninstall php-libvirt-doc on Fedora 36
To uninstall only the php-libvirt-doc
package we can use the following command:
sudo dnf remove php-libvirt-doc
php-libvirt-doc Package Contents on Fedora 36
/usr/share/doc/php-libvirt/html
/usr/share/doc/php-libvirt/html/32favicon.png
/usr/share/doc/php-libvirt/html/api-reference.html
/usr/share/doc/php-libvirt/html/compiling.html
/usr/share/doc/php-libvirt/html/contact.html
/usr/share/doc/php-libvirt/html/contributions.html
/usr/share/doc/php-libvirt/html/deployment.html
/usr/share/doc/php-libvirt/html/dev-api-reference.html
/usr/share/doc/php-libvirt/html/distros.html
/usr/share/doc/php-libvirt/html/docs.html
/usr/share/doc/php-libvirt/html/downloads.html
/usr/share/doc/php-libvirt/html/examples.html
/usr/share/doc/php-libvirt/html/footer_corner.png
/usr/share/doc/php-libvirt/html/footer_pattern.png
/usr/share/doc/php-libvirt/html/generic.css
/usr/share/doc/php-libvirt/html/index.html
/usr/share/doc/php-libvirt/html/libvirt-header-bg.png
/usr/share/doc/php-libvirt/html/libvirt-php-header-logo.png
/usr/share/doc/php-libvirt/html/libvirt.css
/usr/share/doc/php-libvirt/html/links.html
/usr/share/doc/php-libvirt/html/main.css
/usr/share/doc/php-libvirt/html/news.html
/usr/share/doc/php-libvirt/html/references.html
/usr/share/doc/php-libvirt/html/roadmap.html
/usr/share/doc/php-libvirt/html/sitemap.html
/usr/share/doc/php-libvirt/html/todo.html
/usr/share/doc/php-libvirt/html/windows.html
References
Summary
In this tutorial we learn how to install php-libvirt-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).