The problem:
I installed PowerDNS and it installed PostgreSQL 9.something client. It was successful and everything worked. (I don't actually need PostgreSQL with PowerDNS because I'm using bind zone files to configure my domains.)
Then, I installed PostgreSQL 10. PostgreSQL 10 worked, but it removed the previous Postgres9.something AND PowerDNS! I didn't realize it until my DNS is failing... Upon investigation, the installation of PostgreSQL 10 caused the previous PostgreSQL9.something to be removed which at the same time removed PowerDNS because they were associated.
I now tried to re-install PowerDNS and got the following:
If I proceed, it will remove my PostgreSQL 10. So, how do I solve my problem?
I need to keep my PostgreSQL 10 - client and server - as it is.
I need to install just "powerdns: 4.0.4_5" without the "postgresql95-client: 9.5.9".
How can I do it?
Can I selective choose the package(s) using the pkg command?
Please advise. Thanks!
I installed PowerDNS and it installed PostgreSQL 9.something client. It was successful and everything worked. (I don't actually need PostgreSQL with PowerDNS because I'm using bind zone files to configure my domains.)
Then, I installed PostgreSQL 10. PostgreSQL 10 worked, but it removed the previous Postgres9.something AND PowerDNS! I didn't realize it until my DNS is failing... Upon investigation, the installation of PostgreSQL 10 caused the previous PostgreSQL9.something to be removed which at the same time removed PowerDNS because they were associated.
I now tried to re-install PowerDNS and got the following:
Code:
Installed packages to be REMOVED:
postgresql10-client-10.0
postgresql10-server-10.0_1
New packages to be INSTALLED:
powerdns: 4.0.4_5
postgresql95-client: 9.5.9
If I proceed, it will remove my PostgreSQL 10. So, how do I solve my problem?
I need to keep my PostgreSQL 10 - client and server - as it is.
I need to install just "powerdns: 4.0.4_5" without the "postgresql95-client: 9.5.9".
How can I do it?
Can I selective choose the package(s) using the pkg command?
Please advise. Thanks!