I’m trying to install the Blinkt software but can’t seem to find where it’s being installed to??
I drop into a command prompt from Retropie, and initially ran
curl https://get.pimoroni.com/blinkt | bash
This however came up with a ‘Apt failed to update indexes!’ error
So instead followed the instruction for a manual install by typing
sudo apt-get install python3-blinkt
This seemed to complete fine. However looking through the folder directory I can’t find any mention of Pimoroni or Blinkt files?? As far as I remember when I last toyed with the Blinkt on a pi OS desktop, a Pimoroni folder was installed and in it was a Blinkt folder.
Can someone tell me what I’m doing wrong? Where would the Blinkt files be hiding?
Checking environment…
Updating apt indexes…
…E: Repository ‘http:/raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘stable’ to ‘oldstable’
E: Repository ‘http:/archive.raspberrypi.org/debian buster InRelease’ changed its ‘Suite’ value from ‘testing’ to ‘oldstable’
Apt failed to update indexes!
Can anyone tell me why this is happening? Surely this is a known issue?
Thanks everyone. I ran @alphanumeric s git clone and it installed perfectly! Works great with a little retropie console I’ve put together. Thanks again!
The git clone doesn’t do an install, it just clones the repository to your pi.
That gets you the examples folder you were looking for.
To do an install from that download you run the install.sh