qgroundcontrol from hardware:RC-Model project
إختر نظام التشغيل
إضافة المستودع والتثبيت يدويا
لـFedora 28 شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/hardware:RC-Model/Fedora_28/hardware:RC-Model.repo dnf install qgroundcontrol
سحب الحزم الثنائية مباشرة
إضافة المستودع والتثبيت يدويا
لـopenSUSE Tumbleweed شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/hardware:RC-Model/openSUSE_Tumbleweed/hardware:RC-Model.repo zypper refresh zypper install qgroundcontrol
لـ15.6 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/hardware:RC-Model/15.6/hardware:RC-Model.repo zypper refresh zypper install qgroundcontrol
لـ15.5 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/hardware:RC-Model/15.5/hardware:RC-Model.repo zypper refresh zypper install qgroundcontrol
سحب الحزم الثنائية مباشرة
إضافة المستودع والتثبيت يدويا
من أجل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/hardware:/RC-Model/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/hardware:RC-Model.list curl -fsSL https://download.opensuse.org/repositories/hardware:RC-Model/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/hardware_RC-Model.gpg > /dev/null sudo apt update sudo apt install qgroundcontrol