How to Install and Uninstall less Package on openSuSE Tumbleweed

Last updated: September 20,2024

1. Install "less" package

This tutorial shows how to install less on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install less

2. Uninstall "less" package

This guide let you learn how to uninstall less on openSuSE Tumbleweed:

$ sudo zypper remove less

3. Information about the less package on openSuSE Tumbleweed

Information for package less:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : less
Version : 643-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 367.7 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : less-643-2.2.src
Upstream URL : https://www.greenwoodsoftware.com/less/
Summary : Text File Browser and Pager Similar to more
Description :
less is a text file browser and pager similar to more. It allows
backward as well as forward movement within a file. Also, less does not
have to read the entire input file before starting. It is possible to
start an editor at any time from within less.