How to Install and Uninstall perl-Data-Buffer.noarch Package on Rocky Linux 8

Last updated: May 18,2024

1. Install "perl-Data-Buffer.noarch" package

In this section, we are going to explain the necessary steps to install perl-Data-Buffer.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Data-Buffer.noarch

2. Uninstall "perl-Data-Buffer.noarch" package

Here is a brief guide to show you how to uninstall perl-Data-Buffer.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Data-Buffer.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Buffer.noarch package on Rocky Linux 8

Last metadata expiration check: 1:51:49 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Data-Buffer
Version : 0.04
Release : 32.el8
Architecture : noarch
Size : 20 k
Source : perl-Data-Buffer-0.04-32.el8.src.rpm
Repository : epel
Summary : Read/write buffer class for perl
URL : https://metacpan.org/release/Data-Buffer
License : GPL+ or Artistic
Description : Data::Buffer implements a low-level binary buffer in which you can get and put
: integers, strings, and other data. Internally the implementation is based on
: pack and unpack, such that Data::Buffer is really a layer on top of those
: built-in functions.