How to Install and Uninstall less.x86_64 Package on Fedora 35

Last updated: October 13,2024

1. Install "less.x86_64" package

This is a short guide on how to install less.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install less.x86_64

2. Uninstall "less.x86_64" package

Please follow the guidance below to uninstall less.x86_64 on Fedora 35:

$ sudo dnf remove less.x86_64 $ sudo dnf autoremove

3. Information about the less.x86_64 package on Fedora 35

Last metadata expiration check: 3:20:56 ago on Wed Sep 7 08:25:01 2022.
Installed Packages
Name : less
Version : 590
Release : 5.fc35
Architecture : x86_64
Size : 358 k
Source : less-590-5.fc35.src.rpm
Repository : @System
From repo : updates
Summary : A text file browser similar to more, but better
URL : https://www.greenwoodsoftware.com/less/
License : GPLv3+ or BSD
Description : The less utility is a text file browser that resembles more, but has
: more capabilities. Less allows you to move backwards in the file as
: well as forwards. Since less doesn't have to read the entire input file
: before it starts, less starts up more quickly than text editors (for
: example, vi).
:
: You should install less because it is a basic utility for viewing text
: files, and you'll use it frequently.