Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

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


Install libmruby-dev

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

sudo apt-get update
sudo apt-get install libmruby-dev

libmruby-dev package information

distro Debian Unstable (Sid)
section Main
name libmruby-dev
version 1.2.0+20160315+git4f20d58a-1
description lightweight implementation of the Ruby language (development files)
subsection libdevel
maintainer Nobuhiro Iwamatsu

Uninstall libmruby-dev

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

sudo apt-get remove libmruby-dev

Uninstall libmruby-dev and it’s dependent packages

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

sudo apt-get remove --auto-remove libmruby-dev

Purging libmruby-dev

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

sudo apt-get purge libmruby-dev

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

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

 

Comments

comments