How to Install and Uninstall perl-Encode.x86_64 Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "perl-Encode.x86_64" package

This tutorial shows how to install perl-Encode.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Encode.x86_64

2. Uninstall "perl-Encode.x86_64" package

Please follow the step by step instructions below to uninstall perl-Encode.x86_64 on Oracle Linux 8:

$ sudo dnf remove perl-Encode.x86_64 $ sudo dnf autoremove

3. Information about the perl-Encode.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:33:40 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : perl-Encode
Epoch : 4
Version : 2.97
Release : 3.el8
Architecture : x86_64
Size : 9.7 M
Source : perl-Encode-2.97-3.el8.src.rpm
Repository : @System
From repo : ol8_baseos_latest
Summary : Character encodings in Perl
URL : http://search.cpan.org/dist/Encode/
License : (GPL+ or Artistic) and Artistic 2.0 and UCD
Description : The Encode module provides the interface between Perl strings and the rest
: of the system. Perl strings are sequences of characters.