Comment by rhdunn
Text-based browsers are useful in cases where you don't have access to a graphical display, for example:
1. your graphics driver isn't loading/working;
2. you can't log into the GUI due to a bug in the login screen;
3. you are working on a server that is headless, i.e. doesn't have a GUI installed, or are SSHing into a server/other machine.
I've experienced (2) a while ago and more recently there was another issue recently with upgrading breaking a system [1]. I also encountered the latter but was unable to keep the terminal open due to that bug (it kept switching back to the login screen), so I had to boot into a system via a USB stick, chroot into the system, then install the uninstalled desktop package.
[1] https://www.gamingonlinux.com/2025/04/ubuntu-25-04-upgrades-...
>your graphics driver isn't loading/working
This is a bigger problem that should be fixed ASAP. OS vendors should never critically break graphics on a OS like this.
>you can't log into the GUI due to a bug in the login screen;
Again, the QA department or automated tests of your OS vendor should not let this get released. If such a bug happened there should be a fix rolled out immediately.
>you are working on a server that is headless
Why do you need to run the browser on the server? I can't think of a case where you would want to use a text browser there instead of a regular browser on your actual machine.
>so I had to boot into a system via a USB stick, chroot into the system, then install the uninstalled desktop package.
It's disappointing that you had to manually fix it compared to it just downloading a fix automatically like what would happen on Windows, Mac, iOS, Android, etc.