How to Install and Uninstall perl-Data-Buffer.noarch Package on Fedora 36

Last updated: January 06,2025

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

This is a short guide on how to install perl-Data-Buffer.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-Data-Buffer.noarch on Fedora 36:

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

3. Information about the perl-Data-Buffer.noarch package on Fedora 36

Last metadata expiration check: 1:52:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Data-Buffer
Version : 0.04
Release : 42.fc36
Architecture : noarch
Size : 17 k
Source : perl-Data-Buffer-0.04-42.fc36.src.rpm
Repository : fedora
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.