Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • sudo apt remove --purge pg*
    – Jerry Ji
    Commented May 14, 2018 at 10:06
  • did you try it?
    – Mr.Robot
    Commented May 14, 2018 at 12:29
  • Yes, and that's how I caught your typo. BTW, thanks for your detailed steps, I wish I had enough reputation to up vote your answer
    – Jerry Ji
    Commented May 15, 2018 at 13:04
  • FYI to verify the installation using psql: sudo -u postgres psql postgres
    – Daniel
    Commented Jun 9, 2018 at 6:50