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

Last updated: October 09,2024

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

This guide let you learn how to install perl-Data-Buffer.noarch on Rocky Linux 9

$ 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 9:

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

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

Last metadata expiration check: 0:27:10 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Data-Buffer
Version : 0.04
Release : 32.el9
Architecture : noarch
Size : 17 k
Source : perl-Data-Buffer-0.04-32.el9.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.