Install DBeaver Community on Ubuntu 22 using snap
DBeaver Community is a renowned, open-source database management and development tool that has become a go-to choice for database professionals, developers, and enthusiasts worldwide. With its extensive feature set, support for various database systems, and an active community, DBeaver Community empowers users to interact with and manage databases with unparalleled ease and flexibility.
Using snap
sudo snap install dbeaver-ce
Uninstall
sudo snap remove dbeaver-ce
Enjoy it.
References:
https://dbeaver.io/download/
Comments
Post a Comment