Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install libmsgpack-dev on Debian Unstable (Sid)


Install libmsgpack-dev

Installing libmsgpack-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install libmsgpack-dev

libmsgpack-dev package information

distro Debian Unstable (Sid)
section Main
name libmsgpack-dev
version 0.5.7-3
description binary-based efficient object serialization library
subsection libdevel
website msgpack.org
maintainer Taku YASUI

Uninstall libmsgpack-dev

To remove just libmsgpack-dev package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove libmsgpack-dev

Uninstall libmsgpack-dev and it’s dependent packages

To remove the libmsgpack-dev package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove libmsgpack-dev

Purging libmsgpack-dev

If you also want to delete configuration and/or data files of libmsgpack-dev from Debian Sid then this will work:

sudo apt-get purge libmsgpack-dev

To delete configuration and/or data files of libmsgpack-dev and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove libmsgpack-dev

 

Comments

comments