Pale Moon for Fedora and CentOS

For contributed third party builds not necessarily configured like the main product.
e.g. AVX builds, SSE builds, Pandora builds.
bgstack15
Fanatic
Fanatic
Posts: 121
Joined: 2018-01-22, 23:04

Pale Moon for Fedora and CentOS

Unread post by bgstack15 » 2018-09-19, 13:58

Pale Moon copr for Fedora and CentOS
This is the official Pale Moon COPR discussion thread. The Pale Moon copr for Fedora and CentOS is officially endorsed and follows the guidelines set forth by the Pale Moon dev team.

If you use a RHEL derivative, there should be a Pale Moon rpm for you in the copr somewhere. Both i686 and x86_64 architectures are supported for CentOS 6 and Fedora 27, 28, 29, and Rawhide. CentOS 7 has the x86_64 Pale Moon packages (because there is no build of CentOS 7 Linux for i686).

Links and references
  • The palemoon copr [copr.fedorainfracloud.org]
  • All of the third-party contributions (i.e., by me) are available for review and improvement on my gitlab [gitlab.com]
Easy instructions for Fedora

Code: Select all

dnf copr enable bgstack15/palemoon
dnf install palemoon
Easy instructions for CentOS 7

Code: Select all

cat <<"EOF" >/etc/yum.repos.d/bgstack15-palemoon.repo
[bgstack15-palemoon]
name=Copr repo for palemoon owned by bgstack15
baseurl=https://copr-be.cloud.fedoraproject.org/results/bgstack15/palemoon/epel-7-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/bgstack15/palemoon/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
EOF
yum install palemoon
Or alternatively, you can download the auto-generated repository whose contents should match the above instructions.

Code: Select all

wget https://copr.fedorainfracloud.org/coprs/bgstack15/palemoon/repo/epel-7/bgstack15-palemoon-epel-7.repo -O /etc/yum.repos.d/bgstack15-palemoon.repo
yum install palemoon
History
2018 September 19: Pale Moon 28.0.1 rpms available

Locked