When I searched libmicrohttpd
package using apt search
, I got this
libmicrohttpd-dbg/xenial 0.9.44+dfsg-1ubuntu2 amd64
library embedding HTTP server functionality (debug)
libmicrohttpd-dev/xenial 0.9.44+dfsg-1ubuntu2 amd64
library embedding HTTP server functionality (development)
libmicrohttpd10/xenial,now 0.9.44+dfsg-1ubuntu2 amd64
library embedding HTTP server functionality
I don't know what's the difference between the package ending with -dev
/-dbg
and the ordinary one. What's the between them? Thanks in advance!