How To Install php-composer-ca-bundle on Fedora 36

In this tutorial we learn how to install php-composer-ca-bundle in Fedora 36. php-composer-ca-bundle is Lets you find a path to the system CA

Introduction

In this tutorial we learn how to install php-composer-ca-bundle on Fedora 36.

What is php-composer-ca-bundle

Small utility library that lets you find a path to the system CA bundle. Autoloader

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

Install php-composer-ca-bundle 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-composer-ca-bundle using dnf by running the following command:

sudo dnf -y install php-composer-ca-bundle

Install php-composer-ca-bundle 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-composer-ca-bundle using yum by running the following command:

sudo yum -y install php-composer-ca-bundle

How To Uninstall php-composer-ca-bundle on Fedora 36

To uninstall only the php-composer-ca-bundle package we can use the following command:

sudo dnf remove php-composer-ca-bundle

php-composer-ca-bundle Package Contents on Fedora 36

/usr/share/doc/php-composer-ca-bundle
/usr/share/doc/php-composer-ca-bundle/README.md
/usr/share/doc/php-composer-ca-bundle/composer.json
/usr/share/licenses/php-composer-ca-bundle
/usr/share/licenses/php-composer-ca-bundle/LICENSE
/usr/share/php/Composer
/usr/share/php/Composer/CaBundle
/usr/share/php/Composer/CaBundle/CaBundle.php
/usr/share/php/Composer/CaBundle/autoload.php

References

Summary

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