How To Install lv on Fedora 36
Introduction
In this tutorial we learn how to install lv
on Fedora 36.
What is lv
lv is a powerful file viewer like less. lv can decode and encode multilingual streams through many coding systems HZ, Unicode. It recognizes multi-bytes patterns as regular expressions, lv also provides multilingual grep. In addition, lv can recognize ANSI escape sequences for text decoration.
We can use yum
or dnf
to install lv
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lv.
Install lv 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 lv
using dnf
by running the following command:
sudo dnf -y install lv
Install lv 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 lv
using yum
by running the following command:
sudo yum -y install lv
How To Uninstall lv on Fedora 36
To uninstall only the lv
package we can use the following command:
sudo dnf remove lv
lv Package Contents on Fedora 36
/usr/bin/lgrep
/usr/bin/lv
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/ecf22cd9f479dc88df439c9fd8a9813964724f
/usr/lib/.build-id/3a/ecf22cd9f479dc88df439c9fd8a9813964724f.1
/usr/lib64/lv
/usr/lib64/lv/lv.hlp
/usr/share/doc/lv
/usr/share/doc/lv/README
/usr/share/doc/lv/build
/usr/share/doc/lv/build/README
/usr/share/doc/lv/hello.sample
/usr/share/doc/lv/hello.sample.gif
/usr/share/doc/lv/index.html
/usr/share/doc/lv/relnote.html
/usr/share/licenses/lv
/usr/share/licenses/lv/GPL.txt
/usr/share/man/man1/lv.1.gz
References
Summary
In this tutorial we learn how to install lv
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).