Hello,
I'm on the Django stack 1.4-0, Ubuntu 12.04 and I'd like to install the postgresql-contrib package. I thought a simple sudo apt-get install postgresql-contrib
should do the trick, but when I try that command it looks like postgresql is not installed, because it tells me the following:
The following extra packages will be installed: libossp-uuid16 libpq5 libxslt1.1 libxslt1.1:i386 postgresql-9.1 postgresql-client-9.1 postgresql-contrib-9.1 Suggested packages: uuid oidentd ident-server locales-all postgresql-doc-9.1 libdbd-pg-perl The following NEW packages will be installed:
libossp-uuid16 libpq5 libxslt1.1 postgresql-9.1 postgresql-client-9.1
postgresql-contrib postgresql-contrib-9.1 The following packages will be upgraded:
libxslt1.1:i386 1 upgraded, 7 newly installed, 0 to remove and 211 not upgraded. Need to get 4,766 kB/6,207 kB of archives. After this operation, 17.5 MB of additional disk space will be used.
Am i doing something wrong? Thanks in advance!