Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to update pg_dump version linux

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y postgresql-client-11
Comment

PREVIOUS NEXT
Code Example
Shell :: git stash save 
Shell :: what is the ssh credentials for minikube 
Shell :: How to solve bad signature... index file corrupt 
Shell :: pyenv install latest version 
Shell :: debian ssh authorized_keys 
Shell :: create new file terminal 
Shell :: git untracked folder 
Shell :: find name file in cmd 
Shell :: how to stash specific file in git 
Shell :: linux unpack zip 
Shell :: git merge branch to master 
Shell :: openssl verify cert 
Shell :: xrdp choose desktop environment 
Shell :: scp file download 
Shell :: torch 1.1.0 install 
Shell :: terraform remove from state 
Shell :: where is my ubuntu folder located 
Shell :: print value mongodb shell 
Shell :: curl check response headers 
Shell :: grep a string in txt file 
Shell :: vim :qa! 
Shell :: install rider ubuntu 
Shell :: How to stop a service with systemctl command 
Shell :: open directory windows command 
Shell :: can i do git push to heroku branch which isnt a master or main 
Shell :: get only file names from CMD 
Shell :: sleep in linux command 
Shell :: cmd file list to text 
Shell :: rdp github shadow 
Shell :: git repo example 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =