Ungoogled-chromium: Unterschied zwischen den Versionen

Aus Foxwiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


= Installation =
= Installation =
<syntaxhighlight lang="bash">
# echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Sid/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium.list
sudo 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 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
# apt update
sudo apt update
# apt install ungoogled-chromium
sudo apt install ungoogled-chromium
</syntaxhighlight>


'''Hinweis'''
'''Hinweis'''

Version vom 22. Juli 2021, 09:33 Uhr

Beschreibung

Installation

# 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
# apt update
# apt install ungoogled-chromium

Hinweis

Durch diese Aktion vertrauen Sie dem Besitzer des Schlüssels. Er kann Updates, Pakete und Repositorys verteilen, denen das Betriebssystem vertraut (weitere Informationen).

Links

Intern

Weblinks

  1. https://github.com/ungoogled-software/ungoogled-chromium-debian