You have two main ways to get the app running on your Ubuntu system:
GitHub Desktop is not natively available for Linux, but you can install it on Ubuntu using the following methods:
: View and check out pull requests from your team directly in the app. github desktop ubuntu
: Sign in via your browser to link your github.com or Enterprise account.
wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null ``` Use code with caution. : Tell Ubuntu where to find the software: You have two main ways to get the
After installation, launch GitHub Desktop and follow these steps:
# Add the package repository wget -qO - https://mirror.mwt.me/ghd/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc sudo sh -c 'echo "deb [arch=amd64] https://mirror.mwt.me/ghd/deb / main" > /etc/apt/sources.list.d/shiftkey-desktop.list' : Tell Ubuntu where to find the software:
If GitHub Desktop does not meet your needs, consider: