How to Install and Uninstall python3-phpserialize.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "python3-phpserialize.noarch" package

This guide let you learn how to install python3-phpserialize.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-phpserialize.noarch

2. Uninstall "python3-phpserialize.noarch" package

This tutorial shows how to uninstall python3-phpserialize.noarch on Fedora 34:

$ sudo dnf remove python3-phpserialize.noarch $ sudo dnf autoremove

3. Information about the python3-phpserialize.noarch package on Fedora 34

Last metadata expiration check: 1:57:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-phpserialize
Version : 1.3
Release : 9.fc34
Architecture : noarch
Size : 19 k
Source : python-phpserialize-1.3-9.fc34.src.rpm
Repository : fedora
Summary : A port of the serialize and unserialize functions of php to python
URL : http://github.com/mitsuhiko/phpserialize
License : BSD
Description : phpserialize a port of the serialize and unserialize functions of php to
: python. This module implements the python serialization interface (eg: provides
: dumps, loads and similar functions).