Skip to content

    Github Desktop Ubuntu

    Github Desktop Ubuntu

    To install GitHub Desktop on Ubuntu, follow these steps:

    1. Download the latest release of GitHub Desktop for Linux from the GitHub Desktop release page: https://www.githubdesktop.com/github-desktop-linux-install/
    2. Extract the downloaded package file.
    3. Run the ./github-desktop-{version}-linux-x64/GitHub Desktop executable file. This will launch GitHub Desktop.

    Alternatively, you can also install GitHub Desktop via the command line using the apt package manager:

    1. Add the GitHub Desktop repository to your system:
    sudo add-apt-repository "deb [arch=amd64] https://desktop.github.com/linux/ubuntu $(lsb_release -cs) stable"
    1. Install GitHub Desktop:
    sudo apt-get update
    sudo apt-get install github-desktop

    How useful was this post?

    Click on a star to rate it!

    Average rating 3 / 5. Vote count: 2

    No votes so far! Be the first to rate this post.