Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install free dbeaver ubuntu 16.04

// at 2022 in this way we install dbvear on ubuntu

1 ) run -> sudo apt update
2 ) run -> sudo apt install openjdk-8-jdk
3 ) run -> java -version
		=>return -> openjdk version "1.8.0_191"
					OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.04.1-b12)
					OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)
3 ) run ->   wget -O - https://dbeaver.io/debs/dbeaver.gpg.key | sudo apt-key add -
4 ) run ->   echo "deb https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list  
5 ) run ->   sudo apt update
6 ) run ->   sudo apt install dbeaver-ce
Comment

PREVIOUS NEXT
Code Example
Shell :: cmd delete recursive 
Shell :: install mongodb on m1 
Shell :: kubectl restart deployment 
Shell :: wc in powershell 
Shell :: cat /etc/os-release 
Shell :: tar bash 
Shell :: ffmpeg shrink video size 
Shell :: ubuntu bluetooth not listed 
Shell :: bash copy files but exclude some directories 
Shell :: shell: search a string if it contains another string 
Shell :: docker log tail 
Shell :: uninstall dependencies npm 
Shell :: pip installer for mac 
Shell :: adonis version 
Shell :: trojitá ubuntu 
Shell :: how to save a file in emacs 
Shell :: setup git on linux 
Shell :: command to find the count of only words in a file in linux 
Shell :: mkdir: /data/db: Read-only file system 
Shell :: clear mac dns cache 
Shell :: command powershell show wifi password 
Shell :: git delete tag 
Shell :: install ruby ubuntu 20.04 
Shell :: hardhat compile 
Shell :: ubuntu get ram usage 
Shell :: linux show copy progress 
Shell :: check storage in ubuntu terminal 
Shell :: extract ros bag file data to csv 
Shell :: ubuntu install bin86 
Shell :: restart docker daemon 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =