How to Install darkplaces-dbg software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install darkplaces-dbg software package in Ubuntu 12.04 LTS (Precise Pangolin)

darkplaces-dbg software package provides debug symbols for the DarkPlaces game engine, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

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

darkplaces-dbg is installed in your system.

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

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

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

darkplaces-dbg package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Debug packages
Package darkplaces-dbg
Version 0~20110628+svn11619-2
Description debug symbols for the DarkPlaces game engine
Sub Section debug


See Also, How to uninstall or remove darkplaces-dbg software package from Ubuntu 12.04 LTS (Precise Pangolin)?