How to Install and Uninstall yascreen.i686 Package on Fedora 39
Last updated: January 11,2025
1. Install "yascreen.i686" package
Please follow the instructions below to install yascreen.i686 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
yascreen.i686
Copied
2. Uninstall "yascreen.i686" package
Here is a brief guide to show you how to uninstall yascreen.i686 on Fedora 39:
$
sudo dnf remove
yascreen.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the yascreen.i686 package on Fedora 39
Last metadata expiration check: 4:54:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : yascreen
Version : 1.97
Release : 2.fc39
Architecture : i686
Size : 41 k
Source : yascreen-1.97-2.fc39.src.rpm
Repository : fedora
Summary : Yet Another Screen Library (lib(n)curses alternative)
URL : https://github.com/bbonev/yascreen/
License : LGPL-3.0
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++
Available Packages
Name : yascreen
Version : 1.97
Release : 2.fc39
Architecture : i686
Size : 41 k
Source : yascreen-1.97-2.fc39.src.rpm
Repository : fedora
Summary : Yet Another Screen Library (lib(n)curses alternative)
URL : https://github.com/bbonev/yascreen/
License : LGPL-3.0
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++