How to Install and Uninstall perl-Bencode.noarch Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "perl-Bencode.noarch" package

In this section, we are going to explain the necessary steps to install perl-Bencode.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Bencode.noarch

2. Uninstall "perl-Bencode.noarch" package

This guide let you learn how to uninstall perl-Bencode.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Bencode.noarch $ sudo dnf autoremove

3. Information about the perl-Bencode.noarch package on Oracle Linux 9

Last metadata expiration check: 0:00:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Bencode
Version : 1.502
Release : 1.el9
Architecture : noarch
Size : 21 k
Source : perl-Bencode-1.502-1.el9.src.rpm
Repository : epel
Summary : BitTorrent serialization format
URL : https://metacpan.org/release/Bencode
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module implements the BitTorrent bencode serialization format as
: described in http://www.bittorrent.org/protocol.html.