How to Install and Uninstall php-fgrosse-phpasn1.noarch Package on Fedora 36

Last updated: July 01,2024

1. Install "php-fgrosse-phpasn1.noarch" package

This is a short guide on how to install php-fgrosse-phpasn1.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-fgrosse-phpasn1.noarch

2. Uninstall "php-fgrosse-phpasn1.noarch" package

This tutorial shows how to uninstall php-fgrosse-phpasn1.noarch on Fedora 36:

$ sudo dnf remove php-fgrosse-phpasn1.noarch $ sudo dnf autoremove

3. Information about the php-fgrosse-phpasn1.noarch package on Fedora 36

Last metadata expiration check: 2:40:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-fgrosse-phpasn1
Version : 2.3.0
Release : 3.fc36
Architecture : noarch
Size : 40 k
Source : php-fgrosse-phpasn1-2.3.0-3.fc36.src.rpm
Repository : fedora
Summary : A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures
URL : https://github.com/FGrosse/PHPASN1
License : MIT
Description : A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures
: using the ITU-T X.690 Encoding Rules. This encoding is very frequently used in
: X.509 PKI environments or the communication between heterogeneous computer
: systems.
:
: The API allows you to encode ASN.1 structures to create binary data such as
: certificate signing requests (CSR), X.509 certificates or certificate
: revocation lists (CRL). PHPASN1 can also read BER encoded binary data into
: separate PHP objects that can be manipulated by the user and re-encoded
: afterwards.
:
: The library autoloader is: /usr/share/php/FG/autoload.php