How To Install php-league-climate on Fedora 36

In this tutorial we learn how to install php-league-climate in Fedora 36. php-league-climate is Allows you to easily output colored text, special formats, and more

Introduction

In this tutorial we learn how to install php-league-climate on Fedora 36.

What is php-league-climate

If you’re running PHP from the command line, CLImate is your new best bud. CLImate allows you to easily output colored text, special formatting, and more. It makes output to the terminal clearer and debugging a lot simpler. Autoloader

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

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

sudo dnf -y install php-league-climate

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

sudo yum -y install php-league-climate

How To Uninstall php-league-climate on Fedora 36

To uninstall only the php-league-climate package we can use the following command:

sudo dnf remove php-league-climate

php-league-climate Package Contents on Fedora 36

/usr/share/doc/php-league-climate
/usr/share/doc/php-league-climate/CHANGELOG.md
/usr/share/doc/php-league-climate/README.md
/usr/share/doc/php-league-climate/composer.json
/usr/share/licenses/php-league-climate
/usr/share/licenses/php-league-climate/LICENSE.md
/usr/share/php/League
/usr/share/php/League/CLImate
/usr/share/php/League/CLImate/ASCII
/usr/share/php/League/CLImate/ASCII/404.txt
/usr/share/php/League/CLImate/ASCII/bender.txt
/usr/share/php/League/CLImate/ASCII/failed.txt
/usr/share/php/League/CLImate/ASCII/fancy-bender.txt
/usr/share/php/League/CLImate/ASCII/passed.txt
/usr/share/php/League/CLImate/ASCII/the-league-big.txt
/usr/share/php/League/CLImate/ASCII/the-league-bigger.txt
/usr/share/php/League/CLImate/ASCII/the-league-massive.txt
/usr/share/php/League/CLImate/ASCII/the-league.txt
/usr/share/php/League/CLImate/Argument
/usr/share/php/League/CLImate/Argument/Argument.php
/usr/share/php/League/CLImate/Argument/Filter.php
/usr/share/php/League/CLImate/Argument/Manager.php
/usr/share/php/League/CLImate/Argument/Parser.php
/usr/share/php/League/CLImate/Argument/Summary.php
/usr/share/php/League/CLImate/CLImate.php
/usr/share/php/League/CLImate/Decorator
/usr/share/php/League/CLImate/Decorator/Component
/usr/share/php/League/CLImate/Decorator/Component/BackgroundColor.php
/usr/share/php/League/CLImate/Decorator/Component/BaseDecorator.php
/usr/share/php/League/CLImate/Decorator/Component/Color.php
/usr/share/php/League/CLImate/Decorator/Component/Command.php
/usr/share/php/League/CLImate/Decorator/Component/DecoratorInterface.php
/usr/share/php/League/CLImate/Decorator/Component/Format.php
/usr/share/php/League/CLImate/Decorator/Parser
/usr/share/php/League/CLImate/Decorator/Parser/Ansi.php
/usr/share/php/League/CLImate/Decorator/Parser/NonAnsi.php
/usr/share/php/League/CLImate/Decorator/Parser/Parser.php
/usr/share/php/League/CLImate/Decorator/Parser/ParserFactory.php
/usr/share/php/League/CLImate/Decorator/Parser/ParserImporter.php
/usr/share/php/League/CLImate/Decorator/Style.php
/usr/share/php/League/CLImate/Decorator/Tags.php
/usr/share/php/League/CLImate/Exceptions
/usr/share/php/League/CLImate/Exceptions/Exception.php
/usr/share/php/League/CLImate/Exceptions/InvalidArgumentException.php
/usr/share/php/League/CLImate/Exceptions/RuntimeException.php
/usr/share/php/League/CLImate/Exceptions/UnexpectedValueException.php
/usr/share/php/League/CLImate/Logger.php
/usr/share/php/League/CLImate/Settings
/usr/share/php/League/CLImate/Settings/Art.php
/usr/share/php/League/CLImate/Settings/Manager.php
/usr/share/php/League/CLImate/Settings/SettingsImporter.php
/usr/share/php/League/CLImate/Settings/SettingsInterface.php
/usr/share/php/League/CLImate/TerminalObject
/usr/share/php/League/CLImate/TerminalObject/Basic
/usr/share/php/League/CLImate/TerminalObject/Basic/BasicTerminalObject.php
/usr/share/php/League/CLImate/TerminalObject/Basic/BasicTerminalObjectInterface.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Border.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Br.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Clear.php
/usr/share/php/League/CLImate/TerminalObject/Basic/ClearLine.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Columns.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Draw.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Dump.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Flank.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Inline.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Json.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Out.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Repeatable.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Tab.php
/usr/share/php/League/CLImate/TerminalObject/Basic/Table.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Animation
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Animation.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Animation/Keyframe.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Checkbox
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Checkbox/Checkbox.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Checkbox/CheckboxGroup.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Checkbox/RadioGroup.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Checkboxes.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Confirm.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/DynamicTerminalObject.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/DynamicTerminalObjectInterface.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Input.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/InputAbstract.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Padding.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Password.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Progress.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Radio.php
/usr/share/php/League/CLImate/TerminalObject/Dynamic/Spinner.php
/usr/share/php/League/CLImate/TerminalObject/Helper
/usr/share/php/League/CLImate/TerminalObject/Helper/Art.php
/usr/share/php/League/CLImate/TerminalObject/Helper/Sleeper.php
/usr/share/php/League/CLImate/TerminalObject/Helper/SleeperInterface.php
/usr/share/php/League/CLImate/TerminalObject/Helper/StringLength.php
/usr/share/php/League/CLImate/TerminalObject/Router
/usr/share/php/League/CLImate/TerminalObject/Router/BaseRouter.php
/usr/share/php/League/CLImate/TerminalObject/Router/BasicRouter.php
/usr/share/php/League/CLImate/TerminalObject/Router/DynamicRouter.php
/usr/share/php/League/CLImate/TerminalObject/Router/ExtensionCollection.php
/usr/share/php/League/CLImate/TerminalObject/Router/Router.php
/usr/share/php/League/CLImate/TerminalObject/Router/RouterInterface.php
/usr/share/php/League/CLImate/Util
/usr/share/php/League/CLImate/Util/Cursor.php
/usr/share/php/League/CLImate/Util/Helper.php
/usr/share/php/League/CLImate/Util/Output.php
/usr/share/php/League/CLImate/Util/OutputImporter.php
/usr/share/php/League/CLImate/Util/Reader
/usr/share/php/League/CLImate/Util/Reader/ReaderInterface.php
/usr/share/php/League/CLImate/Util/Reader/Stdin.php
/usr/share/php/League/CLImate/Util/System
/usr/share/php/League/CLImate/Util/System/Linux.php
/usr/share/php/League/CLImate/Util/System/System.php
/usr/share/php/League/CLImate/Util/System/SystemFactory.php
/usr/share/php/League/CLImate/Util/System/Windows.php
/usr/share/php/League/CLImate/Util/UtilFactory.php
/usr/share/php/League/CLImate/Util/UtilImporter.php
/usr/share/php/League/CLImate/Util/Writer
/usr/share/php/League/CLImate/Util/Writer/Buffer.php
/usr/share/php/League/CLImate/Util/Writer/File.php
/usr/share/php/League/CLImate/Util/Writer/StdErr.php
/usr/share/php/League/CLImate/Util/Writer/StdOut.php
/usr/share/php/League/CLImate/Util/Writer/WriterInterface.php
/usr/share/php/League/CLImate/autoload.php

References

Summary

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