This content originally appeared on DEV Community and was authored by Danyson
Step 1 :
Use the wget command followed by the URL of .deb file of GitHub desktop from the shiftkey Github repo. Shifykey is maintained by Brendan Forster one of the staff member of Github.
sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
Step 2 :
Install gdebi using the following command which helps you to install local deb packages, resolving and installing its dependencies.
sudo apt-get install gdebi-core
Step 3 :
After installing gdebi, using gdebi install the GitHubDesktop client using the following command.
sudo gdebi GitHubDesktop-linux-2.6.3-linux1.deb
This content originally appeared on DEV Community and was authored by Danyson

Danyson | Sciencx (2021-04-12T14:11:42+00:00) How to install Github Desktop for Ubuntu & Debian?. Retrieved from https://www.scien.cx/2021/04/12/how-to-install-github-desktop-for-ubuntu-debian/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.