Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4906

Raspberry Pi OS • Re: Cannot "sudo apt update" after failed Postgresql install

$
0
0
How did you install the packages? Was it just "sudo apt update && sudo apt install postgresql"?

You can probably remove the packages with:

Code:

sudo apt-get purge 'postgresql*'
(N.B. "purge" removes any local config as well as the packages, use "remove" if you want configuration files to remain.)

If that doesn't resolve the problem, please provide the full output from the failed command(s). Please also confirm the OS version you have installed, and 32/64-bit.

Statistics: Posted by Murph9000 — Sun Dec 01, 2024 12:52 pm



Viewing all articles
Browse latest Browse all 4906

Trending Articles