Firefox: Difference between revisions
WhyNotHugo (talk | contribs) (Notifications) |
WhyNotHugo (talk | contribs) (→Alternatives: typo) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Firefox is a popular,open-source [https://en.wikipedia.org/wiki/Web_browser web browser]. | Firefox is a popular, open-source [https://en.wikipedia.org/wiki/Web_browser web browser]. | ||
== Installation == | |||
To install Firefox, firstly enable the [[Repositories#Enabling_the_community_repository|Community repository]], then type in the terminal: | To install Firefox, firstly enable the [[Repositories#Enabling_the_community_repository|Community repository]], then type in the terminal: | ||
For the ESR | For the Extended Support Release (ESR) ({{Pkg|firefox-esr}}): | ||
{{Cmd|apk add firefox-esr}} | |||
{{Cmd|# apk add firefox-esr}} | |||
For the current release ({{Pkg|firefox}}): | |||
{{Cmd|# apk add firefox}} | |||
=== Alternatives === | |||
{{ | The Alpine packages does not disable most telemetry and similar tracking shipped by upstream. Consider using {{Pkg|librewolf}}, a privacy-centric fork which disables Mozilla's first-party spyware and analytics: | ||
{{Cmd|# apk add librewolf}} | |||
== Stability == | == Stability == | ||
Line 18: | Line 25: | ||
== Notifications == | == Notifications == | ||
For Firefox to use native notifications (e.g.: via a notification daemon) the | For Firefox to use native notifications (e.g.: via a notification daemon) the {{Pkg|libnotify}} package is required. | ||
== See Also == | == See Also == | ||
* [https://git.alpinelinux.org/aports/log/? | * [https://git.alpinelinux.org/aports/log/?qt=grep&q=firefox Git repositories for Alpine Linux] | ||
[[category: Web Browser]] | [[category: Web Browser]] |
Latest revision as of 12:12, 4 March 2025
Firefox is a popular, open-source web browser.
Installation
To install Firefox, firstly enable the Community repository, then type in the terminal:
For the Extended Support Release (ESR) (firefox-esr):
# apk add firefox-esr
For the current release (firefox):
# apk add firefox
Alternatives
The Alpine packages does not disable most telemetry and similar tracking shipped by upstream. Consider using librewolf, a privacy-centric fork which disables Mozilla's first-party spyware and analytics:
# apk add librewolf
Stability
If tabs crash, then try disabling hardware acceleration, in the Preferences - Performance menu.
Notifications
For Firefox to use native notifications (e.g.: via a notification daemon) the libnotify package is required.