Skip to content

Instantly share code, notes, and snippets.

@4lxprime
Last active January 26, 2025 19:58
Show Gist options
  • Save 4lxprime/8c946f1041e9a3d25a9531d427b75efe to your computer and use it in GitHub Desktop.
Save 4lxprime/8c946f1041e9a3d25a9531d427b75efe to your computer and use it in GitHub Desktop.
download github desktop on ubuntu
### How to install github desktop on ubuntu:
## download .deb file:
sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.2.0-linux1/GitHubDesktop-linux-3.2.0-linux1.deb
## gdebi:
# sudo apt install gdebi-core -y
# sudo gdebi GitHubDesktop-linux-3.2.0-linux1.deb
## dpkg:
sudo dpkg -i GitHubDesktop-linux-3.2.0-linux1.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment