I have been install postgresql96-server and postgresql96-client. I want to install pgAdmin III GUI tool to manage PostgreSQL.
It show I have to removed postgresql96-server and postgresql96-client when I install pgadmin3.
But I need to using PostgreSQL 9.6 So I don't want removed it.
I try to set a make.conf in /etc but it no use. How do I solve the problem?
It show I have to removed postgresql96-server and postgresql96-client when I install pgadmin3.
But I need to using PostgreSQL 9.6 So I don't want removed it.
I try to set a make.conf in /etc but it no use. How do I solve the problem?
Code:
$ freebsd-version
11.0-RELEASE-p1
Code:
$ sudo touch /etc/make.conf
$ sudo nano /etc/make.conf
$ cat /etc/make.conf
DEFAULT_VERSIONS=pgsql=9.6
Code:
$ sudo pkg install pgadmin3
Password:
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
pkg: gstreamer1-plugins-lame has a missing dependency: lame
Checking integrity... done (2 conflicting)
- postgresql93-client-9.3.14_1 conflicts with postgresql96-client-9.6.0 on /usr/local/bin/clusterdb
- postgresql93-client-9.3.14_1 conflicts with postgresql96-client-9.6.0 on /usr/local/bin/clusterdb
Checking integrity... done (0 conflicting)
The following 4 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
postgresql96-server-9.6.0_1
postgresql96-client-9.6.0
New packages to be INSTALLED:
pgadmin3: 1.22.1_2
postgresql93-client: 9.3.14_1
Number of packages to be removed: 2
Number of packages to be installed: 2
Proceed with this action? [y/N]: n
Last edited: