Page 1 of 1

CentOS 6, 7, Fedora 27, 28, 29, Rawhide Pale Moon repositiories

Posted: 2018-09-21, 17:42
by bgstack15
In the style of Steve Pusser's Ubuntu thread, here's my shameless ripoff, but for Fedora!

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
2018 September 21: Pale Moon 28.1.0 rpms available

Re: CentOS 6, 7, Fedora 27, 28, 29, Rawhide Pale Moon repositiories

Posted: 2019-01-16, 21:50
by bgstack15
Pale Moon 28.3.0 compiled for all target platforms and is available in the copr!

Re: CentOS 6, 7, Fedora 27, 28, 29, Rawhide Pale Moon repositiories

Posted: 2019-05-01, 20:08
by bgstack15
In the Department of Things Nobody Else Asked For, Pale Moon 28.5.0 has been released in the Fedora and CentOS Copr.

This release is available for CentOS 6, CentOS 7, Fedora 28, Fedora 29, and Fedora 30.

I'm still investigating getting around the gcc 9 (which is a beta and not officially released) errors in Fedora Rawhide.

Re: CentOS 6, 7, Fedora 27, 28, 29, Rawhide Pale Moon repositiories

Posted: 2019-05-02, 05:53
by Moonchild
gcc 9 is not supported... Please don't try to build with it.