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

Last updated: October 01,2024

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

This tutorial shows how to install php-jms-serializer.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall php-jms-serializer.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:02:31 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-jms-serializer
Version : 1.14.1
Release : 6.fc35
Architecture : noarch
Size : 83 k
Source : php-jms-serializer-1.14.1-6.fc35.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