ungoogled-chromium from home:ungoogled_chromium project
إختر نظام التشغيل
إضافة المستودع والتثبيت يدويا
من أجل Arch Linux، حرر/etc/pacman.conf وأضف التالي (لاحظ أن ترتيب المستودعات في pacman.conf مهم، منذ أن أصبح pacman يقوم دوماً بتحميل الحزم التي يعثر عليها أولاً):
[home_ungoogled_chromium_Arch] Server = https://download.opensuse.org/repositories/home:/ungoogled_chromium/Arch/$arch
ثم قم بتشغيل التالي كجذر
key=$(curl -fsSL https://download.opensuse.org/repositories/home:ungoogled_chromium/Arch/$(uname -m)/home_ungoogled_chromium_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy home_ungoogled_chromium_Arch/ungoogled-chromium
سحب الحزم الثنائية مباشرة
إضافة المستودع والتثبيت يدويا
من أجلDebian Sid شغل ما يلي:
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
سحب الحزم الثنائية مباشرة
إضافة المستودع والتثبيت يدويا
من أجلUbuntu Lunar شغل ما يلي:
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/Ubuntu_Lunar/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium.list curl -fsSL https://download.opensuse.org/repositories/home:ungoogled_chromium/Ubuntu_Lunar/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
من أجلUbuntu Jammy شغل ما يلي:
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/Ubuntu_Jammy/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium.list curl -fsSL https://download.opensuse.org/repositories/home:ungoogled_chromium/Ubuntu_Jammy/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