Descargar Github Desktop Linux 2021 【ORIGINAL】
sudo apt update sudo apt install github-desktop Step 1: Add Repository
sudo rpm --import https://mirror.mwt.me/ghd/gpgkey sudo sh -c 'echo -e "[github-desktop]\nname=GitHub Desktop\nbaseurl=https://mirror.mwt.me/ghd/rpm\nenabled=1\ngpgcheck=1" > /etc/yum.repos.d/github-desktop.repo' descargar github desktop linux
GitHub, Inc. does not officially provide a native Linux build of GitHub Desktop. The official website ( desktop.github.com ) and GitHub releases only offer installers for Windows ( .exe ) and macOS ( .zip ) . sudo apt update sudo apt install github-desktop Step
wget -qO - https://mirror.mwt.me/ghd/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null sudo sh -c 'echo "deb [arch=amd64] https://mirror.mwt.me/ghd/deb stable main" > /etc/apt/sources.list.d/github-desktop.list' descargar github desktop linux
yay -S github-desktop-bin # Recommended pre-compiled version # OR build from source (slower): yay -S github-desktop Step 1: Download the AppImage from the releases page – look for GitHubDesktop-linux-x86_64-<version>.AppImage .