Skip to content

Instantly share code, notes, and snippets.

@DominicWatts
Last active December 21, 2022 17:39
Show Gist options
  • Save DominicWatts/204af8157d39188c84affe1fd918e29e to your computer and use it in GitHub Desktop.
Save DominicWatts/204af8157d39188c84affe1fd918e29e to your computer and use it in GitHub Desktop.
debian manual install .deb package file
wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
sudo dpkg -i gitkraken-amd64.deb
or
sudo apt install ./filename.deb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment