obs-service-recompress from home:sgsaenger project
ជ្រើសប្រព័ន្ធប្រតិបត្តិការរបស់អ្នក
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_sgsaenger_Arch] Server = https://download.opensuse.org/repositories/home:/sgsaenger/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:sgsaenger/Arch/$(uname -m)/home_sgsaenger_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_sgsaenger_Arch/obs-service-recompress
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
For Debian Unstable run the following:
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:/sgsaenger/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:sgsaenger.list curl -fsSL https://download.opensuse.org/repositories/home:sgsaenger/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sgsaenger.gpg > /dev/null sudo apt update sudo apt install obs-service-recompress
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ openSUSE Tumbleweed ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:sgsaenger/openSUSE_Tumbleweed/home:sgsaenger.repo zypper refresh zypper install obs-service-recompress
សម្រាប់ 15.6 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:sgsaenger/15.6/home:sgsaenger.repo zypper refresh zypper install obs-service-recompress
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
For Raspbian 12 run the following:
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:/sgsaenger/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:sgsaenger.list curl -fsSL https://download.opensuse.org/repositories/home:sgsaenger/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sgsaenger.gpg > /dev/null sudo apt update sudo apt install obs-service-recompress
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
For xUbuntu 24.10 run the following:
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:/sgsaenger/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:sgsaenger.list curl -fsSL https://download.opensuse.org/repositories/home:sgsaenger/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sgsaenger.gpg > /dev/null sudo apt update sudo apt install obs-service-recompress
For xUbuntu 24.04 run the following:
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:/sgsaenger/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:sgsaenger.list curl -fsSL https://download.opensuse.org/repositories/home:sgsaenger/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sgsaenger.gpg > /dev/null sudo apt update sudo apt install obs-service-recompress