How to Install and Uninstall php56-php-pecl-ncurses.x86_64 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "php56-php-pecl-ncurses.x86_64" package

Please follow the step by step instructions below to install php56-php-pecl-ncurses.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install php56-php-pecl-ncurses.x86_64

2. Uninstall "php56-php-pecl-ncurses.x86_64" package

Please follow the guidelines below to uninstall php56-php-pecl-ncurses.x86_64 on Oracle Linux 8:

$ sudo dnf remove php56-php-pecl-ncurses.x86_64 $ sudo dnf autoremove

3. Information about the php56-php-pecl-ncurses.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:47:03 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : php56-php-pecl-ncurses
Version : 1.0.2
Release : 11.el8.remi
Architecture : x86_64
Size : 34 k
Source : php56-php-pecl-ncurses-1.0.2-11.el8.remi.src.rpm
Repository : remi-safe
Summary : Terminal screen handling and optimization package
URL : http://pecl.php.net/package/ncurses
License : PHP
Description : ncurses (new curses) is a free software emulation of curses in
: System V Rel 4.0 (and above). It uses terminfo format, supports
: pads, colors, multiple highlights, form characters and function
: key mapping. Because of the interactive nature of this library,
: it will be of little use for writing Web applications, but may
: be useful when writing scripts meant using PHP from the command
: line.
:
: Package built for PHP 5.6 as Software Collection (php56 by remi).