How to Install and Uninstall yascreen.x86_64 Package on Rocky Linux 8

Last updated: May 21,2024

1. Install "yascreen.x86_64" package

Learn how to install yascreen.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install yascreen.x86_64

2. Uninstall "yascreen.x86_64" package

Please follow the step by step instructions below to uninstall yascreen.x86_64 on Rocky Linux 8:

$ sudo dnf remove yascreen.x86_64 $ sudo dnf autoremove

3. Information about the yascreen.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:55:59 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : yascreen
Version : 1.86
Release : 1.el8
Architecture : x86_64
Size : 38 k
Source : yascreen-1.86-1.el8.src.rpm
Repository : epel
Summary : Yet Another Screen Library (lib(n)curses alternative)
URL : https://github.com/bbonev/yascreen/
License : LGPLv3
Description : lib(n)curses alternative oriented towards modern terminals.
:
: Suitable for developing terminal applications or daemons with
: telnet access and terminal support.
:
: Main features
:
: * small footprint
: * does not have external dependencies
: * allows both internal and external event loop
: * allows stdin/stdout or external input/output (can work over socket)
: * supports basic set of telnet sequences, making it suitable for built-in
: terminal interfaces for daemons
: * supports a limited set of input keystroke sequences
: * fully Unicode compatible (parts of this depend on wcwidth in libc)
: * supports utf8 verification of input
: * relies only on a limited subset of ANSI/xterm ESC sequences, making it
: compatible with mostly all modern terminals (inspired by linenoise)
: * there is no curses API and ancient terminal compatibility, hence less bloat
: * clean API with opaque private data, usable from C/C++