Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove postgresql ubuntu

sudo apt-get --purge remove postgresql
sudo apt-get purge postgresql*
sudo apt-get --purge remove postgresql postgresql-doc postgresql-common
Comment

how to uninstall postgres from ubantu

sudo apt-get --purge remove postgresql postgresql-*
Comment

how to uninstall postgresql in ubuntu

sudo apt-get --purge remove postgresql postgresql-doc postgresql-common
Comment

uninstall postgresql ubuntu

sudo apt-get --purge remove postgresql
Comment

uninstall postgresql ubuntu

Follow the commands:

sudo apt-get --purge remove postgresql
List all postgres related packages:

dpkg -l | grep postgres
remove all the above listed packages using the command :

apt-get --purge remove package1 package2 ..
Confirm all the files and folders related to postgres/postgresql are deleted using the command :

whereis postgres
whereis postgresql
Remove all the files and folders listed using rm command.

Delete the user postgres using the command :

userdel -f postgres
happy coding :)
Comment

PREVIOUS NEXT
Code Example
Shell :: check cpu temp linux 
Shell :: linux recursively find directory by name 
Shell :: wtforms install 
Shell :: unix:///var/run/supervisor.sock no such file 
Shell :: microsoft install mpi on ubuntu 
Shell :: get the last exit code cmd 
Shell :: download woeusb for ubuntu 20.04 
Shell :: npm install @reach/router 
Shell :: ssh permissions too open 
Shell :: download draw.io for ubuntu 
Shell :: command to check mongodb version 
Shell :: ubuntu stop process on port 
Shell :: how to check if oh my zsh is installed 
Shell :: git search history for file 
Shell :: check if docker is running 
Shell :: install autopep8 
Shell :: uninstall python3 wsl 
Shell :: install ssh ubuntu 20.04 
Shell :: adding jars to classpath in linux 
Shell :: uninstall qgis ubuntu 20.04 
Shell :: crontab file location 
Shell :: error while installing psycopg2 on ubuntu 20.04 
Shell :: how to install mongoose 
Shell :: ubuntu install certbot 
Shell :: ! [rejected] master - master (fetch first) 
Shell :: ubuntu no bluetooth found 
Shell :: Brave on Fedora 28+, CentOS/RHEL 8+ 
Shell :: stop port ubintu 
Shell :: xampp the installer requires root privileges 
Shell :: how to install proxychains 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =