Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 5657  / 3 Years ago, tue, november 9, 2021, 12:43:54

I am a new Ubuntu 12.04 user and I'm using 64bit.



This morning I installed Posgresql 9.2 from the graphical installer (not from Ubuntu repository) . Now I want to uninstall it, but I don't know how.



Anyone please show me the way out?


More From » uninstall

 Answers
7

The installer should have installed also a program called uninstall-postgresql. Open a terminal and run



sudo uninstall-postgresql


This should work. If the shell complains that it cannot find the program (command not found), find where it was installed:



sudo updatedb
locate uninstall-postgresql


and run it with the full path returned by locate.


[#35061] Tuesday, November 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
onbean

Total Points: 29
Total Questions: 102
Total Answers: 115

Location: Benin
Member since Fri, Mar 24, 2023
1 Year ago
onbean questions
Fri, Mar 18, 22, 19:49, 2 Years ago
Tue, Dec 6, 22, 11:51, 1 Year ago
Mon, Jun 7, 21, 17:21, 3 Years ago
Mon, Jan 16, 23, 04:48, 1 Year ago
Mon, Oct 17, 22, 14:51, 2 Years ago
;