in This Tutorial you will Learn " How To install DBeaver on Rocky Linux 8.5"
DBeaver is a database tool to manage and administrate Databases. DBeaver supports various databases such as Mysql, MariaDB, Kafka, Oracle, etc.
Homepage - https://dbeaver.io/
_________________________________________________________________________________________
Server - Os: Rocky Linux 8.5 64Bit | IP -192.168.1.60 |Hostname - server.yourdomain.com
_________________________________________________________________________________________
cat /etc/system-release ; hostname ; hostname -I ; dnf groupinstall "Development Tools" -y
dnf install java-11-openjdk-devel
java -version
wget https://dbeaver.io/files/dbeaver-ce-latest-stable.x86_64.rpm
rpm -ivh dbeaver-ce-latest-stable.x86_64.rpm
_________________________________________________________________________________________
Wednesday, February 16, 2022
How To Deploy DBeaver on Rocky Linux 8.5
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment