How To Install php-webimpress-safe-writer on Fedora 36

In this tutorial we learn how to install php-webimpress-safe-writer in Fedora 36. php-webimpress-safe-writer is Tool to write files safely, to avoid race conditions

Introduction

In this tutorial we learn how to install php-webimpress-safe-writer on Fedora 36.

What is php-webimpress-safe-writer

Write files safely to avoid race conditions when the same file is written multiple times in a short time period. Autoloader

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

Install php-webimpress-safe-writer 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-webimpress-safe-writer using dnf by running the following command:

sudo dnf -y install php-webimpress-safe-writer

Install php-webimpress-safe-writer 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-webimpress-safe-writer using yum by running the following command:

sudo yum -y install php-webimpress-safe-writer

How To Uninstall php-webimpress-safe-writer on Fedora 36

To uninstall only the php-webimpress-safe-writer package we can use the following command:

sudo dnf remove php-webimpress-safe-writer

php-webimpress-safe-writer Package Contents on Fedora 36

/usr/share/doc/php-webimpress-safe-writer
/usr/share/doc/php-webimpress-safe-writer/CHANGELOG.md
/usr/share/doc/php-webimpress-safe-writer/README.md
/usr/share/doc/php-webimpress-safe-writer/composer.json
/usr/share/licenses/php-webimpress-safe-writer
/usr/share/licenses/php-webimpress-safe-writer/LICENSE
/usr/share/php/Webimpress
/usr/share/php/Webimpress/SafeWriter
/usr/share/php/Webimpress/SafeWriter/Exception
/usr/share/php/Webimpress/SafeWriter/Exception/ChmodException.php
/usr/share/php/Webimpress/SafeWriter/Exception/ExceptionInterface.php
/usr/share/php/Webimpress/SafeWriter/Exception/RenameException.php
/usr/share/php/Webimpress/SafeWriter/Exception/RuntimeException.php
/usr/share/php/Webimpress/SafeWriter/Exception/WriteContentException.php
/usr/share/php/Webimpress/SafeWriter/FileWriter.php
/usr/share/php/Webimpress/SafeWriter/autoload.php

References

Summary

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