How to Install and Uninstall python-rfoo Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: December 25,2024

1. Install "python-rfoo" package

Please follow the step by step instructions below to install python-rfoo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-rfoo

2. Uninstall "python-rfoo" package

Please follow the guidelines below to uninstall python-rfoo on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-rfoo $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-rfoo package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-rfoo
Priority: extra
Section: universe/python
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Jerome Kieffer
Architecture: amd64
Source: rfoo
Version: 1.3.0-2
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4)
Filename: pool/universe/r/rfoo/python-rfoo_1.3.0-2_amd64.deb
Size: 17060
MD5sum: 726882dbfb9c39d176cfba2c11fb3ee7
SHA1: d679248a69bd32863dc243d36db92bf4fb4599f3
SHA256: 164c6383d478cccba0b6b6e067f8ac41f39fe420c50ad3886242901045bf8eb1
Description-en: Fast RPC package for Python (and a remote console)
rfoo (remote foo) is a fast Python RPC package which can do 160,000 RPC calls
per second on a regular PC. It includes a fast serialization module called
rfoo.marsh which extends the Python built in marshal module by eliminating
serialization of code objects and protecting against bad input. The result is
a safe to use ultra fast serializer.
.
Included with rfoo is rconsole, a remote Python console with auto completion,
which can be used to inspect and modify the namespace of a running script.
Description-md5: 54fc33fa5a5395a360fbc1d1cf957487
Homepage: http://code.google.com/p/rfoo/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu