Veit Kannegieser's repo
-
Veit Kannegieser
- Moon lover

- Posts: 77
- Joined: 2019-03-23, 19:16
Re: Veit Kannegieser's repo
Hello nero355,
i will consider extrepo again.
Points to think about would be the how many/which variants/architectures to list there, the category (main?).
On the other hand there is currently work on the build environment to work with Python 3.1x, so maybe a a fully official package (guess SSE2 for AMD64) is also possible.
i will consider extrepo again.
Points to think about would be the how many/which variants/architectures to list there, the category (main?).
On the other hand there is currently work on the build environment to work with Python 3.1x, so maybe a a fully official package (guess SSE2 for AMD64) is also possible.
-
nero355
- Apollo supporter

- Posts: 44
- Joined: 2018-01-15, 18:20
Re: Veit Kannegieser's repo
COOL!!!
I think that's something to discuss with the guy who made extrepo and ask him what's allowed/possible at the moment ?Points to think about would be the how many/which variants/architectures to list there, the category (main?).
In essence it's not that different than the way things are now and if something goes wrong (CPU doesn't support AVX2 or so...) the user gets notified anyway and can still manually change things if needed
Brr... Python... Hope it won't break anything!On the other hand there is currently work on the build environment to work with Python 3.1x, so maybe a a fully official package (guess SSE2 for AMD64) is also possible.
-
jarsealer
- Fanatic

- Posts: 113
- Joined: 2025-08-03, 23:56
Re: Veit Kannegieser's repo
Been using it for a while no problems.Veit Kannegieser wrote: ↑2026-04-09, 21:31Hello jarsealer.Can not test it, but current dists/mx23_gtk3/main/binary-arm64/Packages gives palemoon_34.2.0-1mx23_arm64.deb.
Older versions had compile problems for arm64.
Please try again.
Pale Moon, Basilisk and SeaLion arm64 user, on Raspberry Pi 5 (8 GB RAM)
-
Garland
- Moonbather

- Posts: 63
- Joined: 2023-09-26, 20:39
Re: Veit Kannegieser's repo
Thanks Veit for providing Pale Moon builds for Debian distributions. I am using Steve Pusser's builds for MX Linux 25 currently, but I would like to use yours in the near future when I explore other Debian 13 distributions.
I see that you offer a mx23_gtk3 variant. Why is it based on MX-23/Debian 12 when MX-25/Debian 13 is the current version?
This link may be useful to you for all the available MX Pale Moon builds:
https://mxrepo.com/mx/repo/pool/main/p/palemoon/
I see that you offer a mx23_gtk3 variant. Why is it based on MX-23/Debian 12 when MX-25/Debian 13 is the current version?
This link may be useful to you for all the available MX Pale Moon builds:
https://mxrepo.com/mx/repo/pool/main/p/palemoon/
-
andyprough
- Board Warrior

- Posts: 1408
- Joined: 2020-05-31, 04:33
Re: Veit Kannegieser's repo
Not speaking for Veit, but we are usually better off if we can support older versions of Debian that are still actively maintained, such as Debian 12. It shouldn't harm the Debian 13 or MX 25 users at all to be using a version of Pale Moon that is also available for Debian12/MX23.
Last edited by andyprough on 2026-05-07, 21:22, edited 1 time in total.
-
Veit Kannegieser
- Moon lover

- Posts: 77
- Joined: 2019-03-23, 19:16
Re: Veit Kannegieser's repo
Yes, exactly - hoped for compatibility.
I used it for a Raspberry Pi 3b at work, which runs 12 "bookworm" based Raspbian. Upgraded Monday/Tuesday to 13 "trixie",
but now fails to install, because of package names changed for 64 bit time_t. And MX25 does have a armhf package..
Will try to install ARM64 OS, which is a bit silly on a 1 GiB model.
I used it for a Raspberry Pi 3b at work, which runs 12 "bookworm" based Raspbian. Upgraded Monday/Tuesday to 13 "trixie",
but now fails to install, because of package names changed for 64 bit time_t. And MX25 does have a armhf package..
Will try to install ARM64 OS, which is a bit silly on a 1 GiB model.
-
jarsealer
- Fanatic

- Posts: 113
- Joined: 2025-08-03, 23:56
Re: Veit Kannegieser's repo
I'd be willing to help out with building PM ARM64 for trixie GTK3 and you can add it to the repo, if you let me know.Veit Kannegieser wrote: ↑2026-05-07, 20:55Yes, exactly - hoped for compatibility.
I used it for a Raspberry Pi 3b at work, which runs 12 "bookworm" based Raspbian. Upgraded Monday/Tuesday to 13 "trixie",
but now fails to install, because of package names changed for 64 bit time_t. And MX25 does have a armhf package..
Will try to install ARM64 OS, which is a bit silly on a 1 GiB model.
Pale Moon, Basilisk and SeaLion arm64 user, on Raspberry Pi 5 (8 GB RAM)
-
Veit Kannegieser
- Moon lover

- Posts: 77
- Joined: 2019-03-23, 19:16
Re: Veit Kannegieser's repo
Thanks, the ARM64 package from MX should work fine, and is usually build soon after release.
-
Veit Kannegieser
- Moon lover

- Posts: 77
- Joined: 2019-03-23, 19:16
Re: Veit Kannegieser's repo
The extrepo-data merge request was accepted.
The extrepo query/enable/disable/update is console only. Only enable (3) is usually needed.
So far it works.
- Install extrepo tool if you do not have it yet:
Code: Select all
sudo apt-get install extrepo - Search for repository name:
Code: Select all
extrepo search palemoon | less - 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_*.ascCode: Select all
sudo extrepo enable palemoon_avx_gtk3 - Update+install with apt - as usual:
Code: Select all
sudo apt-get update sudo apt-get install palemoon - Possibly update extrepo data:
or specific
Code: Select all
sudo extrepo updateCode: Select all
sudo extrepo update palemoon_avx_gtk3 - Disable repo if no longer wanted or before changing to a different repository name:
Code: Select all
sudo extrepo disable palemoon_avx_gtk3
The extrepo query/enable/disable/update is console only. Only enable (3) is usually needed.
So far it works.
-
andyprough
- Board Warrior

- Posts: 1408
- Joined: 2020-05-31, 04:33
Re: Veit Kannegieser's repo
Hi Veit, Will this become the required way to access it, or if we already have access through your previous key and repo instructions, will those stay active?
-
Veit Kannegieser
- Moon lover

- Posts: 77
- Joined: 2019-03-23, 19:16
Re: Veit Kannegieser's repo
Everything will stay as before.
Extrepo is just a different way to install repository source and PGP key.
Extrepo is just a different way to install repository source and PGP key.
-
andyprough
- Board Warrior

- Posts: 1408
- Joined: 2020-05-31, 04:33
Re: Veit Kannegieser's repo
Excellent, thank you!Veit Kannegieser wrote: ↑2026-05-13, 00:48Everything will stay as before.
Extrepo is just a different way to install repository source and PGP key.