How To Install libvterm on Fedora 36
Introduction
In this tutorial we learn how to install libvterm
on Fedora 36.
What is libvterm
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.
We can use yum
or dnf
to install libvterm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvterm.
Install libvterm on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libvterm
using dnf
by running the following command:
sudo dnf -y install libvterm
Install libvterm on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libvterm
using yum
by running the following command:
sudo yum -y install libvterm
How To Uninstall libvterm on Fedora 36
To uninstall only the libvterm
package we can use the following command:
sudo dnf remove libvterm
libvterm Package Contents on Fedora 36
---
title: "How To Install libvterm on Fedora 36"
linkTitle: "libvterm"
type: "docs"
description: "In this tutorial we learn how to install libvterm in Fedora 36. libvterm is An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libvterm-featured.png
---
## Introduction
In this tutorial we learn how to install `libvterm` on Fedora 36.
### What is `libvterm`
> 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.
We can use `yum` or `dnf` to install `libvterm` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvterm.
## Install libvterm on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libvterm
using dnf
by running the following command:
sudo dnf -y install libvterm
Install libvterm on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libvterm
using yum
by running the following command:
sudo yum -y install libvterm
How To Uninstall libvterm on Fedora 36
To uninstall only the libvterm
package we can use the following command:
sudo dnf remove libvterm
libvterm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/d687986e448781bdf94fa1670f5fe84d91084a
/usr/lib64/libvterm.so.0
/usr/lib64/libvterm.so.0.0.0
/usr/share/licenses/libvterm
/usr/share/licenses/libvterm/LICENSE
References
Summary
In this tutorial we learn how to install libvterm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/69 /usr/lib/.build-id/69/2f09c26ae3a0e70635925897d0849fdffd6f47 /usr/lib/libvterm.so.0 /usr/lib/libvterm.so.0.0.0 /usr/share/licenses/libvterm /usr/share/licenses/libvterm/LICENSE
## References
* [libvterm website](http://www.leonerd.org.uk/code/libvterm/)
## Summary
In this tutorial we learn how to install `libvterm` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).