Pi Zero - manual installation of metronome fails

@no.1 Hmm that’s weird, these steps were working without any problem with the Raspbian from september. It seems that you are missing the dh-make package, run sudo apt-get install dh-make to fix that and try again.

If that didn’t work, then these commands should do the trick:

wget -q https://raw.githubusercontent.com/likeitneverwentaway/rpi_buildbot/master/metronome_3.7.9+33b7572-1_armhf.deb

dpkg -i metronome_3.7.9+33b7572-1_armhf.deb

apt-mark hold metronome

Good luck!

1 Like