How to Install and Uninstall libvterm.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "libvterm.x86_64" package

This tutorial shows how to install libvterm.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libvterm.x86_64

2. Uninstall "libvterm.x86_64" package

Please follow the guidelines below to uninstall libvterm.x86_64 on Rocky Linux 9:

$ sudo dnf remove libvterm.x86_64 $ sudo dnf autoremove

3. Information about the libvterm.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:24:56 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libvterm
Version : 0.3
Release : 1.el9
Architecture : x86_64
Size : 43 k
Source : libvterm-0.3-1.el9.src.rpm
Repository : epel
Summary : An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
URL : http://www.leonerd.org.uk/code/libvterm/
License : MIT
Description : An abstract C99 library which implements a VT220 or xterm-like
: terminal emulator. It does not use any particular graphics toolkit or
: output system. Instead, it invokes callback function pointers that
: its embedding program should provide it to draw on its behalf.