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

Last updated: October 09,2024

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

Please follow the step by step instructions below to install php-paragonie-constant-time-encoding.noarch on Fedora 38

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

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

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

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

Last metadata expiration check: 0:00:10 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : php-paragonie-constant-time-encoding
Version : 2.6.3
Release : 3.fc38
Architecture : noarch
Size : 18 k
Source : php-paragonie-constant-time-encoding-2.6.3-3.fc38.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.