How to Install and Uninstall golang-github-jaguilar-vt100-devel.noarch Package on Fedora 35

Last updated: April 18,2024

1. Install "golang-github-jaguilar-vt100-devel.noarch" package

Please follow the guidance below to install golang-github-jaguilar-vt100-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-jaguilar-vt100-devel.noarch

2. Uninstall "golang-github-jaguilar-vt100-devel.noarch" package

Please follow the guidance below to uninstall golang-github-jaguilar-vt100-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-jaguilar-vt100-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-jaguilar-vt100-devel.noarch package on Fedora 35

Last metadata expiration check: 4:30:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-jaguilar-vt100-devel
Version : 0
Release : 0.8.20210110git81de19c.fc35
Architecture : noarch
Size : 23 k
Source : golang-github-jaguilar-vt100-0-0.8.20210110git81de19c.fc35.src.rpm
Repository : fedora
Summary : Raw-mode vt100 screen reader
URL : https://github.com/jaguilar/vt100
License : MIT
Description : Package Vt100 implements a quick-and-dirty programmable ANSI terminal emulator.
:
: You could, for example, use it to run a program like nethack that expects a
: terminal as a subprocess. It tracks the position of the cursor, colors, and
: various other aspects of the terminal's state, and allows you to inspect them.
:
: We do very much mean the dirty part. It's not that we think it might have bugs.
: It's that we're SURE it does. Currently, we only handle raw mode, with no cooked
: mode features like scrolling. We also misinterpret some of the control codes,
: which may or may not matter for your purpose.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/jaguilar/vt100