How to Install and Uninstall python3-odoorpc Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-odoorpc" package

This tutorial shows how to install python3-odoorpc on Kali Linux

$ sudo apt update $ sudo apt install python3-odoorpc

2. Uninstall "python3-odoorpc" package

Please follow the instructions below to uninstall python3-odoorpc on Kali Linux:

$ sudo apt remove python3-odoorpc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-odoorpc package on Kali Linux

Package: python3-odoorpc
Source: python-odoorpc
Version: 0.10.1-1
Installed-Size: 154
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 29392
SHA256: f9511e0afdcfcb685219faff271985fbb3cd0f9d1c061c920e68e9d58f5cbb36
SHA1: c766f630cc193a5aa27ec32ff257fc8c0a8ce289
MD5sum: 7d0654f92fd61c4d82c4197e09e5f602
Description: pilot Odoo servers through RPC (Python 3)
OdooRPC is a Python module providing an easy way to pilot your Odoo
(formerly known as OpenERP or TinyERP) servers through RPC.
.
Features supported:
- access to all data model methods (even browse) with an API similar
to the server-side API,
- use named parameters with model methods,
- user context automatically sent providing support for
internationalization,
- browse records,
- execute workflows,
- manage databases,
- reports downloading,
- JSON-RPC protocol (SSL supported)
.
OdooRPC is a modern alternative to the older OERPLib by the same
author. It supports both Python 2 and 3.
.
This package provides the module for Python 3.x.
Description-md5:
Homepage: https://pythonhosted.org/OdooRPC/
Section: python
Priority: optional
Filename: pool/main/p/python-odoorpc/python3-odoorpc_0.10.1-1_all.deb