DEV Community

Discussion on: Is GitHub Desktop available for GNU/Linux?

Collapse
 
shawnpm profile image
Shawn

On my other device these commands didn't work for some reason (said PGP data not found or something). So if anyone else is having this problem:

  1. Go to github.com/shiftkey/desktop/releases

  2. Scroll down to "Assets" and click it to expand and see the
    downloadables.

  3. Download the .deb, .rpm, .snap or .AppImage depending on which
    distribution you're running.

  4. run the command

sudo apt install ~/Downloads/whicheverfileYouJustDownloaded

Enjoy your GH Desktop on Linux!

Collapse
 
fsou1 profile image
Maxim Zhukov

Made my day, thx