Aller au contenu

« Dbeaver-ce » : différence entre les versions

De Marmits Wiki
m Geo a déplacé la page Dbeaver-ce (SQL client) vers Dbeaver-ce sans laisser de redirection
Aucun résumé des modifications
 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
[[Dbeaver-ce (SQL client)]]
* [https://fr.wikipedia.org/wiki/DBeaver DBeaver]
* [https://dbeaver.io/ dbeaver.io]


[[category:linux]]
=== 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 ppa:serge-rider/dbeaver-ce
</syntaxhighlight>
 
[[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