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

Last updated: October 07,2024

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

This tutorial shows how to install perl-Data-Buffer.noarch on Fedora 35

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

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

This guide let you learn how to uninstall perl-Data-Buffer.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:31:20 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Data-Buffer
Version : 0.04
Release : 41.fc35
Architecture : noarch
Size : 17 k
Source : perl-Data-Buffer-0.04-41.fc35.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.