How to Install and Uninstall perl-Crypt-SMIME.x86_64 Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "perl-Crypt-SMIME.x86_64" package

This guide covers the steps necessary to install perl-Crypt-SMIME.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Crypt-SMIME.x86_64

2. Uninstall "perl-Crypt-SMIME.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Crypt-SMIME.x86_64 on AlmaLinux 9:

$ sudo dnf remove perl-Crypt-SMIME.x86_64 $ sudo dnf autoremove

3. Information about the perl-Crypt-SMIME.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:38:25 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Crypt-SMIME
Version : 0.28
Release : 1.el9
Architecture : x86_64
Size : 40 k
Source : perl-Crypt-SMIME-0.28-1.el9.src.rpm
Repository : epel
Summary : S/MIME message signing, verification, encryption and decryption
URL : https://metacpan.org/release/Crypt-SMIME
License : GPL+ or Artistic
Description : This module provides a class for handling S/MIME messages. It can sign,
: verify, encrypt and decrypt messages. It requires libcrypto
: (http://www.openssl.org) to work.