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

Last updated: May 16,2024

1. Install "python-oerplib" package

This guide let you learn how to install python-oerplib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-oerplib

2. Uninstall "python-oerplib" package

This is a short guide on how to uninstall python-oerplib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-oerplib
Priority: optional
Section: universe/python
Installed-Size: 246
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.8.4-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-oerplib/python-oerplib_0.8.4-1_all.deb
Size: 34982
MD5sum: eb0d579988a8b8edc2d5ac3f8d6b3b60
SHA1: 766b6c3bb352d96aeb0f5096e5a8c583fb53d3a8
SHA256: 5af0114f461b3db432d050b986713ed60bed1eed3079e16017a613f5b92f6a0b
Description-en: Python client library to Odoo server
OERPLib is a client library to Odoo (formerly OpenERP or TinyERP) server.
It aims to provide an easy way to remotely pilot and manage an Odoo server.
.
It support both protocols XML-RPC and NET-RPC to communicate with Odoo,
and provides convenients methods to manage data records (browse operation
implemented). Other functionalities such as downloading reports, workflow
queries and databases management are provided.
.
Note, that there is a newer library by the same author, OdooRPC, which
also supports Python 3 and uses JSON-RPC.
Description-md5: d9dd9f5095edc5bc1e638706c5999b41
Homepage: http://pythonhosted.org/OERPLib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu