P G wrote:
> Hello,
>
> I am hoping this is the right place.
>
> I have recently switched to Kubuntu and I just installed Postgres on
> it. The installation was successful.
>
> When I try psql, I get this error message, though:
>
> % psql postgres
> Error: You must install at least one postgresql-client-<version> package.
>
> But I have installed postgresql-client-common and re-installs do not
> seem to help.
>
> Any suggestions?
>
> Thanks in advance!
>
>
> ------------------------------------------------------------------------
> Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great
> rates starting at 1¢/min.
> <http://us.rd.yahoo.com/mail_us/taglines/postman7/*http://us.rd.yahoo.com/evt=39666/*http://beta.messenger.yahoo.com>
Ubuntu has postgresql 8.0 and 7.4
you need to install
postgresql-client-8.0 or postgresql-client-7.4
Leonel