Skip to content

Instantly share code, notes, and snippets.

@vitorfreitas
Created March 13, 2022 03:39
Show Gist options
  • Save vitorfreitas/b8f9d8abf2fc0b55beebbb1b47b437fa to your computer and use it in GitHub Desktop.
Save vitorfreitas/b8f9d8abf2fc0b55beebbb1b47b437fa to your computer and use it in GitHub Desktop.
upgrade dbeaver with most recent version from the dbeaver website
echo "dbeaver-ce install" | sudo dpkg --set-selections
wget -O dbeaver-ce.deb https://dbeaver.io/files/dbeaver-ce_latest_amd64.deb
sudo dpkg -i dbeaver-ce.deb
rm dbeaver-ce.deb
echo "dbeaver-ce hold" | sudo dpkg --set-selections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment