تخطى إلى المحتوى

    تثبيت Github Desktop Linux

    لينكس جيثب سطح المكتب تثبيت

    اعتمادًا على إصدار Linux الذي تستخدمه ، يمكنك تثبيت github desktop Linux باتباع الأوامر التالية.

    أوبونتو / ديبيان

    wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null
    sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list'
    sudo apt-get update
    sudo apt install github-desktop

    فيدورا / ريدهات / سينتوس

    sudo rpm --import https://packagecloud.io/shiftkey/desktop/gpgkey
    sudo sh -c 'echo -e "[shiftkey]\nname=GitHub Desktop\nbaseurl=https://packagecloud.io/shiftkey/desktop/el/7/\$basearch\nenabled=1\ngpgcheck=0\nrepo_gpgcheck=1\ngpgkey=https://packagecloud.io/shiftkey/desktop/gpgkey" > /etc/yum.repos.d/shiftkey-desktop.repo'
    sudo dnf install github-desktop 

    جيثب سطح المكتب لينكس تثبيت 1

    English Source Link

    How useful was this post?

    Click on a star to rate it!

    Average rating 0 / 5. Vote count: 0

    No votes so far! Be the first to rate this post.