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

Last updated: October 08,2024

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

Please follow the guidelines below to install php-paragonie-constant-time-encoding.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall php-paragonie-constant-time-encoding.noarch on Fedora 36:

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

Last metadata expiration check: 1:29:06 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-paragonie-constant-time-encoding
Version : 2.6.3
Release : 1.fc36.remi
Architecture : noarch
Size : 17 k
Source : php-paragonie-constant-time-encoding-2.6.3-1.fc36.remi.src.rpm
Repository : remi
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.