Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

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


Install libmpg123-dev

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

sudo apt-get update
sudo apt-get install libmpg123-dev

libmpg123-dev package information

distro Debian Unstable (Sid)
section Main
name libmpg123-dev
version 1.22.4-1
description MPEG layer 1/2/3 audio decoder (development files)
subsection libdevel
website mpg123.org
maintainer Debian Multimedia Maintainers

Uninstall libmpg123-dev

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

sudo apt-get remove libmpg123-dev

Uninstall libmpg123-dev and it’s dependent packages

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

sudo apt-get remove --auto-remove libmpg123-dev

Purging libmpg123-dev

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

sudo apt-get purge libmpg123-dev

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

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

 

Comments

comments