How To Install most on Fedora 36
Introduction
In this tutorial we learn how to install most
on Fedora 36.
What is most
most is a paging program that displays, one window-full at a time, the contents of a file on a terminal. It pauses after each window-full and prints on the window status line the screen the file name, current line number, and the percentage of the file so far displayed.
We can use yum
or dnf
to install most
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install most.
Install most 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 most
using dnf
by running the following command:
sudo dnf -y install most
Install most 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 most
using yum
by running the following command:
sudo yum -y install most
How To Uninstall most on Fedora 36
To uninstall only the most
package we can use the following command:
sudo dnf remove most
most Package Contents on Fedora 36
/usr/bin/most
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/75342cbcf32e56ea109cd555a61106de9e95cb
/usr/share/doc/most
/usr/share/doc/most/README
/usr/share/doc/most/changes.txt
/usr/share/doc/most/lesskeys.rc
/usr/share/doc/most/most-fun.txt
/usr/share/doc/most/most.rc
/usr/share/doc/most/most.txt
/usr/share/licenses/most
/usr/share/licenses/most/COPYRIGHT
/usr/share/man/man1/most.1.gz
References
Summary
In this tutorial we learn how to install most
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).