Got the tar.bz file from Mozilla:
Extracted and moved the firefox-126.0.1 folder from the archive into /opt/ folder
created a link:
sudo ln -s /opt/firefox/firefox /usr/local/bin/firefox
This link proves broken because the extracted folder name wasn't named firefox,
but rather firefox-126.0.1, so fixed link functionality by renaming folder to just
firefox, and ensuring that it contains the executable directly within it and is residing in /opt/
Get the application shortcut to install:
sudo wget https://raw.githubusercontent.com/mozilla/sumo-kb/main/install-firefox-linux/firefox.desktop -P /usr/local/share/applications
- /bin - changed the script named 'firefox' referencing firefox-esr to 'old_firefox'
- /bin - made new executable script based on 'old_firefox' to reference firefox binary
Start new Firefox from menu> Internet category> Firefox Web Browser