Can anyone explain what I do with a .deb package on ubuntu? I can install it with
sudo dpkg -i hppcoin_0.1.0-1_amd64.deb
or
sudo gdebi hppcoin_0.1.0-1_amd64.deb
If I do that, it tells me
Unpacking hpccoinv2 (0.1.0-1) over (0.1.0-1) ...
Setting up hpccoinv2 (0.1.0-1) ...
But after that I, I have no idea where the binary is to run it.