Setting Up Repo
-
2. Adding Pale Moon Repo
Then to Add Pale Moon Repository for Ubuntu
Currently, for Ubuntu 20.10+:echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
On Ubuntu 20.04, Mint 20, Elementary OS 6.x, Zorin OS 16.x… Execute:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.04/ /' >> /etc/apt/sources.list.d/home:stevenpusser.list"
So for Ubuntu 19.10 do:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_19.10/ /' >> /etc/apt/sources.list.d/home:stevenpusser.list"
Instead, for Ubuntu 18.04, Mint 19, Elementary OS 5.x, Zorin OS 15.x… Play:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_18.04/ /' >> /etc/apt/sources.list.d/home:stevenpusser.list"
Finally, for Ubuntu 16.04, Mint 18.x, Elementary OS 0.4, Zorin OS 12.x… Issue:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_16.04/ /' >> /etc/apt/sources.list.d/home:stevenpusser.list"
-
3. Adding GPG Key
Again to Add Pale Moon GPG Signature Key
Do:wget -nv https://download.opensuse.org/repositories/home:stevenpusser/xUbuntu_19.10/Release.key -O Release.key
sudo apt-key add - < Release.key
-
4. Refreshing Ubuntu Repo Sources
Next to Refresh Ubuntu Apt Repository Sources
Play:sudo apt update
Authenticate with the User Admin Pass.
If Got "User is Not in Sudoers file" then see: How to Enable sudo.
In case of a Not Signed Issue, then amend the Repo Manually with the nano Editor:sudo nano /etc/apt/sources.list.d/home:stevenpusser.list
And Set it as Trusted, for instance on Ubuntu 20.04:
deb [trusted=yes] http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.04/ /
Ctrl+x to Save & Exit from nano.
And then Update the Apt Sources again.
Contents