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

Last updated: October 04,2024

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

Please follow the guidelines below to install perl-String-Compare-ConstantTime.x86_64 on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-String-Compare-ConstantTime.x86_64 on Fedora 35:

$ 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 35

Last metadata expiration check: 2:37:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-String-Compare-ConstantTime
Version : 0.321
Release : 8.fc35
Architecture : x86_64
Size : 22 k
Source : perl-String-Compare-ConstantTime-0.321-8.fc35.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.