How to Install and Uninstall perl-File-ReadBackwards Package on openSUSE Leap

Last updated: October 05,2024

1. Install "perl-File-ReadBackwards" package

Please follow the instructions below to install perl-File-ReadBackwards on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-File-ReadBackwards

2. Uninstall "perl-File-ReadBackwards" package

This guide covers the steps necessary to uninstall perl-File-ReadBackwards on openSUSE Leap:

$ sudo zypper remove perl-File-ReadBackwards

3. Information about the perl-File-ReadBackwards package on openSUSE Leap

Information for package perl-File-ReadBackwards:
------------------------------------------------
Repository : Main Repository
Name : perl-File-ReadBackwards
Version : 1.06-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 17.8 KiB
Installed : No
Status : not installed
Source package : perl-File-ReadBackwards-1.06-bp155.2.9.src
Upstream URL : https://metacpan.org/release/File-ReadBackwards
Summary : Read a file backwards by lines
Description :
This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.
It is intended for processing log and other similar text files which
typically have their newest entries appended to them. By default files are
assumed to be plain text and have a line ending appropriate to the OS. But
you can set the input record separator string on a per file basis.