How To Download Github Desktop In Ubuntu [updated] [ 480p ]
Here are the most reliable methods to get GitHub Desktop running on your Ubuntu system. Method 1: Using the APT Repository (Recommended)
: Find "GitHub Desktop" in your Show Applications menu or run github-desktop in the terminal.
Install the package using apt (which handles dependencies better than dpkg ): sudo apt install ./GitHubDesktop-linux-amd64-*.deb Use code with caution. Method 3: Flatpak Installation how to download github desktop in ubuntu
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:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo Use code with caution. : flatpak install flathub io.github.shiftey.Desktop Use code with caution. Post-Installation Setup Here are the most reliable methods to get
Visit the releases page and download the latest .deb file (e.g., GitHubDesktop-linux-amd64-x.x.x.deb ). Open your terminal in the folder.
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/shiftkey-packages.gpg] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey-packages.list' Use code with caution. : Update your package list and install: sudo apt update && sudo apt install github-desktop Use code with caution. Method 2: Direct .deb Download Method 3: Flatpak Installation wget -qO - https://apt
: Upon first launch, click Sign in to GitHub.com . It will open your default browser to authorize the application.