Update to the tutorial.
While this issue still plagues us, we all still need to be able to
update our pi boxes for security patches and software updates.
There is a way to block firefox from being updated.
Run the following command: sudo apt-mark hold firefox or sudo aptitude hold firefox
This will block firefox from upgrades.
Note:
When a new working release becomes available you can unblock package updating with:
sudo apt-mark unhold firefox or sudo aptitude unhold firefox
Let’s hope a new working update becomes available soon.