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

Last updated: July 03,2024

1. Install "python-protobuf.socketrpc" package

In this section, we are going to explain the necessary steps to install python-protobuf.socketrpc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-protobuf.socketrpc

2. Uninstall "python-protobuf.socketrpc" package

Please follow the instructions below to uninstall python-protobuf.socketrpc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-protobuf.socketrpc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-protobuf.socketrpc
Priority: optional
Section: universe/python
Installed-Size: 211
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.3.2-3
Provides: python2.7-protobuf.socketrpc
Depends: python-protobuf (>= 2.2), python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/p/python-protobuf.socketrpc/python-protobuf.socketrpc_1.3.2-3_all.deb
Size: 21818
MD5sum: 5cdda67736e679aee7bee6482c488fef
SHA1: 26de7d978ee1ba9454d69eb3aa565d480bc4c789
SHA256: f92ed487c1fce8fa39d2e089aaa9a377fc0a9c054495e119d17f05e37c89e61c
Description-en: Python socket RPC for Google protocol buffers
Google's protocol buffer library makes writing rpc services easy, but it does
not contain a rpc implementation. The transport details are left up to the user
to implement.
.
This is a simple tcp/ip socket based rpc implementation in Python for people
who want a simple implementation of their protobuf rpc services.
Description-md5: 4d19880a02d275a5b8a571f8fc219ff4
Homepage: http://code.google.com/p/protobuf-socket-rpc
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu