External Publication
Visit Post

Contributed 3rd Party Builds • Re: Veit Kannegieser's repo

Pale Moon forum - Forum index [Unofficial] May 11, 2026
Source

The extrepo-data merge request was accepted.

  1. Install extrepo tool if you do not have it yet:

CODE:

     sudo apt-get install extrepo
  1. Search for repository name:

CODE:

     extrepo search palemoon | less
  1. Chose only one, like palemoon_sse2_gtk2 or palemoon_avx_gtk3. This will create /etc/apt/sources.list.d/extrepo_palemoon_*_*.sources and /var/lib/extrepo/keys/palemoon_*.asc

CODE:

     sudo extrepo enable palemoon_avx_gtk3
  1. Update+install with apt - as usual:

CODE:

     sudo apt-get updatesudo apt-get install palemoon
  1. Possibly update extrepo data:

CODE:

     sudo extrepo update

or specific

CODE:

     sudo extrepo update palemoon_avx_gtk3
  1. Disable repo if no longer wanted or before changing to a different repository name:

CODE:

     sudo extrepo disable palemoon_avx_gtk3

The installation of extrepo (1) and Pale Moon (4) can be done using graphical or TUI (aptitude) tools. The extrepo query/enable/disable/update is console only. Only enable (3) is usually needed.

So far it works.


Discussion in the ATmosphere

Loading comments...