A few days ago I installed firefox developer edition by this method (downloading and unzipping the .bz2 file). That install worked well.
After some time Firefox notified me to update, so I deleted /opt/firefox
and reinstalled it using ubuntu-make (umake). While doing so, I accidentally installed firefox by running sudo apt update firefox
, so I ran sudo apt remove firefox
to delete it.
When the umake
install didn't work well, I removed ~/.local/share/umake/
and reinstalled it the first way. But it still isn't working as well as before the update. What should I do?
I'm using WSL.
What isn't working:
umake
install you write that you removed~/.local/share/umake/
, but I'm struggling to relate that to the guide in source 2. Did you runumake web firefox-dev -r
, or did you perhaps runsudo rm -r /opt/firefox_dev/
(adjusted to your address use)? – UNREDACTED Sep 30 '23 at 11:34/opt/firefox
. and when removed umake install, I ran bothsudo rm -r ~/.local/share/umake/
andumake -r seb firefox-dev
because result ofwhereis firefox-dev
was/.local/share/umake/web/firefox-dev/firefox
. – in_queue Oct 02 '23 at 08:25