Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:linux-tutorials:waterfox-install [2025/02/08 14:55] – added missing fonts fix Zyzonixlinux:linux-tutorials:waterfox-install [2026/03/17 07:17] (current) – [Installation from flatpak] Zyzonix
Line 1: Line 1:
 ===== Waterfox on Linux (Install/Settings) ===== ===== Waterfox on Linux (Install/Settings) =====
 +
 +==== Installation from flatpak ====
 +
 +→ [[https://flathub.org/en/apps/net.waterfox.waterfox|flathub.org/en/apps/net.waterfox.waterfox]]
 +
 +<code bash>flatpak install flathub net.waterfox.waterfox</code>
  
 ==== Waterfox Installation from Repository (Debian, Fedora, CentOS) ==== ==== Waterfox Installation from Repository (Debian, Fedora, CentOS) ====
Line 43: Line 49:
  
 //Sourced from [[https://www.linuxcapable.com/install-waterfox-browser-on-ubuntu-linux/|linuxcapable.com]]// //Sourced from [[https://www.linuxcapable.com/install-waterfox-browser-on-ubuntu-linux/|linuxcapable.com]]//
 +
 +Ubuntu specific instructions: [[https://linuxcapable.com/install-waterfox-browser-on-ubuntu-linux/|Waterfox on Ubuntu or Zorin OS]]
  
 ==== Waterfox Installation via flathub ==== ==== Waterfox Installation via flathub ====
Line 66: Line 74:
  
 ==== Fix missing fonts ==== ==== Fix missing fonts ====
-It might be, that some webpages will be displayed in Times New Roman font, to fix that install the missing fonts by just installing the package ''ttf-mscorefonts-installer'': +It might be, that some webpages will be displayed in Times New Roman font, to fix that install the missing fonts by just installing the packages ''ttf-mscorefonts-installer'' and ''fonts-lyx'': 
-<code bash>sudo apt install ttf-mscorefonts-installer</code>+<code bash>sudo apt install ttf-mscorefonts-installer fonts-lyx ffmpeg</code> 
 +The package ''ffmpeg'' will additionally make video and audio output possible.
  • linux/linux-tutorials/waterfox-install.1739022939.txt.gz
  • Last modified: 2025/02/08 14:55
  • by Zyzonix