How To Install php-d11wtq-boris on CentOS 7

In this tutorial we learn how to install php-d11wtq-boris on CentOS 7. php-d11wtq-boris is A tiny, but robust REPL (Read-Evaluate-Print-Loop) for PHP

Introduction

In this tutorial we learn how to install php-d11wtq-boris on CentOS 7.

What is php-d11wtq-boris

Python has one. Ruby has one. Clojure has one. Now PHP has one, too. Boris is PHP’s missing REPL (read-eval-print loop), allowing developers to experiment with PHP code in the terminal in an interactive manner. If you make a mistake, it doesn’t matter, Boris will report the error and stand to attention for further input. Everything you enter into Boris is evaluated and the result inspected so you can understand what is happening. State is maintained between inputs, allowing you to gradually build up a solution to a problem.

We can use yum or dnf to install php-d11wtq-boris on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install php-d11wtq-boris.

Install php-d11wtq-boris on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install php-d11wtq-boris using yum by running the following command:

sudo yum -y install php-d11wtq-boris

Install php-d11wtq-boris on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install php-d11wtq-boris using dnf by running the following command:

sudo dnf -y install php-d11wtq-boris

How To Uninstall php-d11wtq-boris on CentOS 7

To uninstall only the php-d11wtq-boris package we can use the following command:

sudo dnf remove php-d11wtq-boris

References

Summary

In this tutorial we learn how to install php-d11wtq-boris on CentOS 7 using yum and dnf.