Horje
remove postgresql ubuntu Code Example
remove postgresql ubuntu
sudo apt-get --purge remove postgresql
sudo apt-get purge postgresql*
sudo apt-get --purge remove postgresql postgresql-doc postgresql-common
how to uninstall postgresql in ubuntu
sudo apt-get --purge remove postgresql postgresql-doc postgresql-common
désinstaller postgresql linux
sudo aptitude purge postgresql postgresql-common
sudo dpkg -P postgresql-8.4

sudo find / -name postgresql -exec rm -Rf {} \;
sudo find / -name pgsql -exec rm -Rf {} \;
sudo find / -name psql -exec rm -Rf {} \;

sudo userdel postgres
uninstall postgresql ubuntu
sudo apt-get --purge remove postgresql




Shell

Related
add-apt-repository command not found Code Example add-apt-repository command not found Code Example
debian disable ipv6 Code Example debian disable ipv6 Code Example
copy ssh key mac Code Example copy ssh key mac Code Example
Updating from such a repository can't be done securely, and is therefore disabled by default. not secured Release' is not signed. Code Example Updating from such a repository can't be done securely, and is therefore disabled by default. not secured Release' is not signed. Code Example
pyperclip could not find a copy/paste mechanism for your system Code Example pyperclip could not find a copy/paste mechanism for your system Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
31