I had this issue where I installed multiple versions of Firefox and eventually due to some mistakes It all got messed up.
In order to make it up and running, I did the following.
Find any package installed on the system with the name firefox.
dpkg --list | grep firefox
I got 3 different names because I had 3 different versions:
firefox
firefox-mozilla-build
firefox-locale-en
Then I uninstalled...