Setting Up Repo
-
3. Adding Pale Moon Repo
Then to Add Pale Moon Repository for Debian
For Debian 11 and Stabled Based simply execute:echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
Again for Debian 10 run:
echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
Instead, for Debian Testing and Kali run:
echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
Finally, for Debian Sid based:
echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
-
3. Adding Pale Moon GPG Key
Again to Add Pale Moon GPG Signature Key
Do:sudo wget -nv https://download.opensuse.org/repositories/home:stevenpusser/Debian_Testing/Release.key -O "/etc/apt/trusted.gpg.d/home:stevenpusser.asc"
The Key should be just the same for All flavors.
-
4. Refreshing Debian Sources
Next to Refresh Debian Apt Repo 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 Debian Bullseye:
deb [trusted=yes] http://download.opensuse.org/repositories/home:/stevenpusser/Debian_11/ /
Ctrl+x to Save & Exit from nano.
And then Update the Apt Sources again.
Contents