Firefox: Difference between revisions
(removed reference to flash) |
m (→See Also: Update the first link and remove the 2nd one as it seems to encourage people to mix packages from release and edge, which is not supported.) |
||
(One intermediate revision by one other user 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== | == 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}}): | For the current release ({{Pkg|firefox}}): | ||
{{Cmd|apk add firefox}} | {{Cmd|# apk add firefox}} | ||
== Stability == | == Stability == | ||
Line 23: | Line 23: | ||
== 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 01:13, 15 May 2024
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
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.