Use dpkg -L chntpw
para mostrar o conteúdo do pacote e, em seguida, procure por caminhos em /usr/bin
, /bin/
etc.
por exemplo, dpkg -L wget
mostra a seguinte saída,
# dpkg -L wget
/.
/usr
/usr/bin
/usr/bin/wget
/usr/share
/usr/share/doc
/usr/share/doc/wget
/usr/share/doc/wget/README
/usr/share/doc/wget/changelog.Debian.gz
/usr/share/doc/wget/AUTHORS
/usr/share/doc/wget/MAILING-LIST
/usr/share/doc/wget/copyright
/usr/share/doc/wget/NEWS.gz
/usr/share/info
/usr/share/info/wget.info.gz
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/wget.1.gz
/etc
/etc/wgetrc
Então você sabe que /usr/bin/wget
é o arquivo binário a ser executado