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

Last updated: October 06,2024

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

This tutorial shows how to install perl-Data-Buffer.noarch on AlmaLinux 9

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

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

Please follow the guidance below to uninstall perl-Data-Buffer.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:27:26 ago on Wed Mar 13 07:41:12 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.