How To Install alevt on Fedora 36
Introduction
In this tutorial we learn how to install alevt on Fedora 36.
What is alevt
AleVT is a teletext/videotext decoder and browser for the vbi (/dev/vbi) device and X11. It features multiple windows, a page cache, regexp searching, built-in manual, and more. There’s also a program to get the time from teletext and one to capture teletext pages from scripts.
We can use yum or dnf to install alevt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alevt.
Install alevt 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 alevt using dnf by running the following command:
sudo dnf -y install alevt
Install alevt 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 alevt using yum by running the following command:
sudo yum -y install alevt
How To Uninstall alevt on Fedora 36
To uninstall only the alevt package we can use the following command:
sudo dnf remove alevt
alevt Package Contents on Fedora 36
/usr/bin/alevt
/usr/bin/alevt-cap
/usr/bin/alevt-date
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/467fa7d840e74e51a004e8213f321214c86699
/usr/lib/.build-id/59
/usr/lib/.build-id/59/c01a1da68de7929049ef4ce8daae35c569571b
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/7da7b9d54f8cc59c328e9f256bde17fea4f07c
/usr/share/applications/alevt.desktop
/usr/share/doc/alevt
/usr/share/doc/alevt/CHANGELOG
/usr/share/doc/alevt/COPYRIGHT
/usr/share/doc/alevt/README
/usr/share/man/man1/alevt-cap.1.gz
/usr/share/man/man1/alevt-date.1.gz
/usr/share/man/man1/alevt.1x.gz
/usr/share/pixmaps/mini-alevt.xpm
References
Summary
In this tutorial we learn how to install alevt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).