How to Install chromium-dbg software package in Debian 7 (Wheezy)

How to Install chromium-dbg software package in Debian 7 (Wheezy)

chromium-dbg software package provides Debugging symbols for the chromium web browser, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install chromium-dbg 

chromium-dbg is installed in your system.

Make ensure the chromium-dbg package were installed using the commands given below,

$ sudo dpkg-query -l | grep chromium-dbg *

You will get with chromium-dbg package name, version, architecture and description in a table

chromium-dbg package basic information:

Distro Debian 7 wheezy
Section Debug packages
Package chromium-dbg
Version 37.0.2062.120-1~deb7u1
Description Debugging symbols for the chromium web browser
Sub Section debug


See Also, How to uninstall or remove chromium-dbg software package from Debian 7 (Wheezy)?