You can run ubuntu stock, or if you like a stripped down ubuntu,without snap?
Here is a txt file I compiled,(with reference link) to delete snap from 22.04LTS.
DISCLAIMER: Use at your own risk.
I use gedit, but any text editor will do.
How to Delete Snap.txt
T
**Here is a source for non Snap Firefox.
https://sourceforge.net/projects/ubu...mozilla-build/
Put the Firefox file in directory /tmp
Once the file is in /tmp, open a terminal
From command line
$sudo su
# cd /tmp
use command to load firefox
# dpkg -i *.deb
The firefox should be installed.
Verify
$ firefox --version
Here is a txt file I compiled,(with reference link) to delete snap from 22.04LTS.
DISCLAIMER: Use at your own risk.
I use gedit, but any text editor will do.
How to Delete Snap.txt
T
**Here is a source for non Snap Firefox.
https://sourceforge.net/projects/ubu...mozilla-build/
Put the Firefox file in directory /tmp
Once the file is in /tmp, open a terminal
From command line
$sudo su
# cd /tmp
use command to load firefox
# dpkg -i *.deb
The firefox should be installed.
Verify
$ firefox --version
Comment