« Ubuntu » : différence entre les versions
| Ligne 147 : | Ligne 147 : | ||
== Retouche photo en ligne == | == Retouche photo en ligne == | ||
[https://www.photopea.com/ photopea.com] | [https://www.photopea.com/ photopea.com] | ||
== dbeaver-ce (Client SQL) == | |||
=== 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:linux]] | ||