How to Install and Uninstall libvterm.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "libvterm.i686" package

In this section, we are going to explain the necessary steps to install libvterm.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libvterm.i686

2. Uninstall "libvterm.i686" package

Here is a brief guide to show you how to uninstall libvterm.i686 on Fedora 34:

$ sudo dnf remove libvterm.i686 $ sudo dnf autoremove

3. Information about the libvterm.i686 package on Fedora 34

Last metadata expiration check: 0:45:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libvterm
Version : 0.1.4
Release : 1.fc34
Architecture : i686
Size : 41 k
Source : libvterm-0.1.4-1.fc34.src.rpm
Repository : updates
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.