Ungoogled-chromium: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). | Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust ([https://wiki.debian.org/SecureApt more information]). | ||
# echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Sid/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium.list | # echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Sid/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium.list |
Version vom 2. Juli 2021, 16:45 Uhr
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/repositories/home:/ungoogled_chromium/Debian_Sid/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium.list # curl -fsSL https://download.opensuse.org/repositories/home:ungoogled_chromium/Debian_Sid/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ungoogled_chromium.gpg > /dev/null # sudo apt update # sudo apt install ungoogled-chromium