smplayer from home:smplayerdev project

إختر نظام التشغيل

من أجل Arch Linux، حرر/etc/pacman.conf وأضف التالي (لاحظ أن ترتيب المستودعات في pacman.conf مهم، منذ أن أصبح pacman يقوم دوماً بتحميل الحزم التي يعثر عليها أولاً):
[home_smplayerdev_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/smplayerdev/Arch_Extra/$arch
ثم قم بتشغيل التالي كجذر
key=$(curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/Arch_Extra/$(uname -m)/home_smplayerdev_Arch_Extra.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_smplayerdev_Arch_Extra/smplayer
من أجلDebian 9.0 شغل ما يلي:
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:/smplayerdev/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلDebian 8.0 شغل ما يلي:
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:/smplayerdev/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلDebian 12 شغل ما يلي:
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:/smplayerdev/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلDebian 11 شغل ما يلي:
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:/smplayerdev/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلDebian 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/repositories/home:/smplayerdev/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
لـopenSUSE Tumbleweed شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev/openSUSE_Tumbleweed/home:smplayerdev.repo
zypper refresh
zypper install smplayer
لـopenSUSE Leap 42.3 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev/openSUSE_Leap_42.3/home:smplayerdev.repo
zypper refresh
zypper install smplayer
لـopenSUSE Leap 42.2 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev/openSUSE_Leap_42.2/home:smplayerdev.repo
zypper refresh
zypper install smplayer
لـopenSUSE Leap 42.1 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev/openSUSE_Leap_42.1/home:smplayerdev.repo
zypper refresh
zypper install smplayer
لـopenSUSE 13.2 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev/openSUSE_13.2/home:smplayerdev.repo
zypper refresh
zypper install smplayer
من أجلxUbuntu 24.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/repositories/home:/smplayerdev/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلxUbuntu 23.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/repositories/home:/smplayerdev/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلxUbuntu 22.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/repositories/home:/smplayerdev/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلxUbuntu 22.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/repositories/home:/smplayerdev/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلxUbuntu 21.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/repositories/home:/smplayerdev/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلxUbuntu 21.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/repositories/home:/smplayerdev/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجل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/repositories/home:/smplayerdev/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجل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/repositories/home:/smplayerdev/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجل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/repositories/home:/smplayerdev/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer
من أجلxUbuntu 14.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/repositories/home:/smplayerdev/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null
sudo apt update
sudo apt install smplayer