Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:linux-tutorials:waterfox-install [2023/08/21 17:04] – Zyzonix | linux:linux-tutorials:waterfox-install [2025/06/08 19:26] (current) – [Waterfox Installation from Repository (Debian, Fedora, CentOS)] BIT | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Waterfox | + | ===== Waterfox |
| + | ==== Waterfox Installation from Repository (Debian, Fedora, CentOS) ==== | ||
| Although there are no official Debian repositories for Waterfox, it can be installed from a repsoitory with APT. | Although there are no official Debian repositories for Waterfox, it can be installed from a repsoitory with APT. | ||
| Line 8: | Line 9: | ||
| <code bash> | <code bash> | ||
| sudo apt update && sudo apt upgrade -y | sudo apt update && sudo apt upgrade -y | ||
| + | </ | ||
| + | <code bash> | ||
| sudo apt install software-properties-common apt-transport-https curl -y | sudo apt install software-properties-common apt-transport-https curl -y | ||
| + | </ | ||
| + | **Quick install:** | ||
| + | |||
| + | Just run the following command to get the repository key and install it: | ||
| + | <code bash> | ||
| + | Then add the repository to the sources lists: | ||
| + | <code bash> | ||
| + | |||
| + | ----- | ||
| + | **Longer, bit outdated way:** | ||
| + | <code bash> | ||
| wget https:// | wget https:// | ||
| + | </ | ||
| + | //Replace '' | ||
| + | <code bash> | ||
| gpg --dearmor Release.key && cat Release.key.gpg | sudo tee / | gpg --dearmor Release.key && cat Release.key.gpg | sudo tee / | ||
| + | </ | ||
| + | <code bash> | ||
| rm Release.key* | rm Release.key* | ||
| + | </ | ||
| + | <code bash> | ||
| echo 'deb http:// | echo 'deb http:// | ||
| + | </ | ||
| + | <code bash> | ||
| sudo apt update | sudo apt update | ||
| - | sudo apt install fonts-lyx ffmpeg -y | + | </ |
| - | sudo apt install | + | <code bash> |
| + | sudo apt install fonts-lyx ffmpeg -y waterfox-g-kde | ||
| </ | </ | ||
| //Sourced from [[https:// | //Sourced from [[https:// | ||
| + | |||
| + | Ubuntu specific instructions: | ||
| + | |||
| + | ==== Waterfox Installation via flathub ==== | ||
| + | Simply run: | ||
| + | <code bash> | ||
| + | |||
| + | // | ||
| + | |||
| + | ==== Waterfox system' | ||
| + | |||
| + | When installing [[https:// | ||
| + | |||
| + | {{: | ||
| + | |||
| + | In some configurations this can look very ugly like above. But it's possible to change this, therefore navigate to '' | ||
| + | {{: | ||
| + | |||
| + | Finally your Waterfox should look like this: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | //Sourced from [[https:// | ||
| + | |||
| + | ==== 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 packages '' | ||
| + | <code bash> | ||
| + | The package '' | ||