Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active July 1, 2022 10:44
Show Gist options
  • Save atulkamble/1f5bbb368f959bc970fa1d3ba60b7dbf to your computer and use it in GitHub Desktop.
Save atulkamble/1f5bbb368f959bc970fa1d3ba60b7dbf to your computer and use it in GitHub Desktop.
To Install GitHub Desktop on Ubuntu
# Download the latest release
sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
# If you don't already have gdebi-core installed, install it by running the following command:
sudo apt-get install gdebi-core
# then run the following command to finish the desktop installation:
sudo gdebi /home/username*/GitHubDesktop-linux-2.6.3-linux1.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment