How to Install and Uninstall php-jms-serializer.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "php-jms-serializer.noarch" package

This is a short guide on how to install php-jms-serializer.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-jms-serializer.noarch

2. Uninstall "php-jms-serializer.noarch" package

Please follow the steps below to uninstall php-jms-serializer.noarch on Fedora 34:

$ sudo dnf remove php-jms-serializer.noarch $ sudo dnf autoremove

3. Information about the php-jms-serializer.noarch package on Fedora 34

Last metadata expiration check: 2:21:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-jms-serializer
Version : 1.14.1
Release : 4.fc34
Architecture : noarch
Size : 83 k
Source : php-jms-serializer-1.14.1-4.fc34.src.rpm
Repository : fedora
Summary : Library for (de-)serializing data of any complexity
URL : http://jmsyst.com/libs/serializer
License : MIT
Description : This library allows you to (de-)serialize data of any complexity. Currently, it
: supports XML, JSON, and YAML.
:
: It also provides you with a rich tool-set to adapt the output to your specific
: needs.
:
: Built-in features include:
: * (De-)serialize data of any complexity; circular references are handled
: gracefully.
: * Supports many built-in PHP types (such as dates)
: * Integrates with Doctrine ORM, et. al.
: * Supports versioning, e.g. for APIs
: * Configurable via PHP, XML, YAML, or Doctrine Annotations
:
: Autoloader: /usr/share/php/JMS/Serializer/autoload.php