How to Install and Uninstall perl-Text-Iconv.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "perl-Text-Iconv.x86_64" package

Please follow the instructions below to install perl-Text-Iconv.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Text-Iconv.x86_64

2. Uninstall "perl-Text-Iconv.x86_64" package

Learn how to uninstall perl-Text-Iconv.x86_64 on Fedora 36:

$ sudo dnf remove perl-Text-Iconv.x86_64 $ sudo dnf autoremove

3. Information about the perl-Text-Iconv.x86_64 package on Fedora 36

Last metadata expiration check: 1:56:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Text-Iconv
Version : 1.7
Release : 44.fc36
Architecture : x86_64
Size : 24 k
Source : perl-Text-Iconv-1.7-44.fc36.src.rpm
Repository : fedora
Summary : Perl interface to iconv() codeset conversion function
URL : https://metacpan.org/release/Text-Iconv
License : GPL+ or Artistic
Description : The Text::Iconv module provides a Perl interface to the iconv()
: function as defined by the Single UNIX Specification. The convert()
: method converts the encoding of characters in the input string from
: the fromcode codeset to the tocode codeset, and returns the result.
: Settings of fromcode and tocode and their permitted combinations are
: implementation-dependent. Valid values are specified in the system
: documentation.