How to Install and Uninstall libgrpc-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libgrpc-dev" package

Please follow the steps below to install libgrpc-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgrpc-dev

2. Uninstall "libgrpc-dev" package

This guide covers the steps necessary to uninstall libgrpc-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgrpc-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgrpc-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgrpc-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1257
Maintainer: Ubuntu Developers
Original-Maintainer: gRPC Package Maintainers
Architecture: amd64
Source: grpc
Version: 0.11.1-1
Depends: libgrpc0 (= 0.11.1-1)
Filename: pool/universe/g/grpc/libgrpc-dev_0.11.1-1_amd64.deb
Size: 236012
MD5sum: 5284487ad03115ee727edb4624f3b7ff
SHA1: f99f418ae7f2fffd39f402edd394844bb9a0db08
SHA256: ea60b7d269cd6640036595a47051959c908854835395522cf6e5099c3f7ba335
Description-en: high performance general RPC framework (development)
A modern, open source remote procedure call (RPC) framework that can
run anywhere. It enables client and server applications to communicate
transparently, and makes it easier to build connected systems.
.
This package contains the headers and the static library for libgrpc0.
Description-md5: 81219dd35459f32654c78d9c90762900
Homepage: http://www.grpc.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu