I am trying to change the password for a particular user in Postgres 8.4, like this
net user myname new_passwd
But I am getting some error, which I think is related to broken package dependency.
/usr/bin/python: can't find '__main__' module in '/usr/share/command-not-found'
Any clue how i can remove this?
