Для xUbuntu 20.04 :
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb
http://download.opensuse.org/repositori ... ntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
curl -fsSL
https://download.opensuse.org/repositor ... elease.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:stevenpusser.gpg > /dev/null
sudo apt update
sudo apt install palemoon
Для xUbuntu 19.10 :
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb
http://download.opensuse.org/repositori ... ntu_19.10/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
curl -fsSL
https://download.opensuse.org/repositor ... elease.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:stevenpusser.gpg > /dev/null
sudo apt update
sudo apt install palemoon
Для xUbuntu 19.04 :
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb
http://download.opensuse.org/repositori ... ntu_19.04/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
curl -fsSL
https://download.opensuse.org/repositor ... elease.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:stevenpusser.gpg > /dev/null
sudo apt update
sudo apt install palemoon
Для xUbuntu 18.10 :
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb
http://download.opensuse.org/repositori ... ntu_18.10/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
curl -fsSL
https://download.opensuse.org/repositor ... elease.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:stevenpusser.gpg > /dev/null
sudo apt update
sudo apt install palemoon
Для xUbuntu 18.04 :
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb
http://download.opensuse.org/repositori ... ntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
curl -fsSL
https://download.opensuse.org/repositor ... elease.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:stevenpusser.gpg > /dev/null
sudo apt update
sudo apt install palemoon
Для xUbuntu 16.04 :
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb
http://download.opensuse.org/repositori ... ntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
curl -fsSL
https://download.opensuse.org/repositor ... elease.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:stevenpusser.gpg > /dev/null
sudo apt update
sudo apt install palemoon