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

Last updated: July 03,2024

1. Install "libvterm.x86_64" package

In this section, we are going to explain the necessary steps to install libvterm.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libvterm.x86_64

2. Uninstall "libvterm.x86_64" package

Please follow the guidance below to uninstall libvterm.x86_64 on Rocky Linux 8:

$ sudo dnf remove libvterm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:25:37 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libvterm
Version : 0.2
Release : 3.el8
Architecture : x86_64
Size : 42 k
Source : libvterm-0.2-3.el8.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.