How to Install and Uninstall php-paragonie-constant-time-encoding.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "php-paragonie-constant-time-encoding.noarch" package

This guide let you learn how to install php-paragonie-constant-time-encoding.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-paragonie-constant-time-encoding.noarch

2. Uninstall "php-paragonie-constant-time-encoding.noarch" package

Learn how to uninstall php-paragonie-constant-time-encoding.noarch on Fedora 34:

$ sudo dnf remove php-paragonie-constant-time-encoding.noarch $ sudo dnf autoremove

3. Information about the php-paragonie-constant-time-encoding.noarch package on Fedora 34

Last metadata expiration check: 3:42:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-paragonie-constant-time-encoding
Version : 2.4.0
Release : 3.fc34
Architecture : noarch
Size : 18 k
Source : php-paragonie-constant-time-encoding-2.4.0-3.fc34.src.rpm
Repository : fedora
Summary : Constant-time Implementations of RFC 4648 Encoding
URL : https://github.com/paragonie/constant_time_encoding
License : MIT
Description : Based on the constant-time base64 implementation made by Steve "Sc00bz"
: Thomas, this library aims to offer character encoding functions that do
: not leak information about what you are encoding/decoding via processor
: cache misses.