How to Install and Uninstall perl-String-Compare-ConstantTime.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-String-Compare-ConstantTime.x86_64" package

Here is a brief guide to show you how to install perl-String-Compare-ConstantTime.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-String-Compare-ConstantTime.x86_64

2. Uninstall "perl-String-Compare-ConstantTime.x86_64" package

Please follow the step by step instructions below to uninstall perl-String-Compare-ConstantTime.x86_64 on Fedora 34:

$ sudo dnf remove perl-String-Compare-ConstantTime.x86_64 $ sudo dnf autoremove

3. Information about the perl-String-Compare-ConstantTime.x86_64 package on Fedora 34

Last metadata expiration check: 5:59:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-String-Compare-ConstantTime
Version : 0.321
Release : 6.fc34
Architecture : x86_64
Size : 22 k
Source : perl-String-Compare-ConstantTime-0.321-6.fc34.src.rpm
Repository : fedora
Summary : Timing side-channel protected string compare
URL : https://metacpan.org/release/String-Compare-ConstantTime
License : GPL+ or Artistic
Description : This module provides one function, "equals", which works like perl's "eq", but
: which does not provide a timing side-channel. Such comparison is useful when
: matching against a secret string.