« Dbeaver-ce » : différence entre les versions
Apparence
Page créée avec « === Install === <syntaxhighlight lang="bash" line copy> sudo add-apt-repository ppa:serge-rider/dbeaver-ce </syntaxhighlight> <syntaxhighlight lang="bash" line copy> sudo apt update </syntaxhighlight> <syntaxhighlight lang="bash" line copy> sudo apt install dbeaver-ce </syntaxhighlight> === Uninstall === <syntaxhighlight lang="bash" line copy> sudo apt remove dbeaver-ce </syntaxhighlight> <syntaxhighlight lang="bash" line copy> sudo add-apt-repository --remove p... » |
Aucun résumé des modifications |
||
| (8 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
* [https://fr.wikipedia.org/wiki/DBeaver DBeaver] | |||
* [https://dbeaver.io/ dbeaver.io] | |||
=== Install === | === Install === | ||
<syntaxhighlight lang="bash" line copy> | <syntaxhighlight lang="bash" line copy> | ||
| Ligne 18 : | Ligne 21 : | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[category:linux]] | [[category:linux]] | ||
[[category:Sql]] | |||
Dernière version du 12 mai 2025 à 21:16
Install
sudo add-apt-repository ppa:serge-rider/dbeaver-ce
sudo apt update
sudo apt install dbeaver-ce
Uninstall
sudo apt remove dbeaver-ce
sudo add-apt-repository --remove ppa:serge-rider/dbeaver-ce