I'm running FreeBSD 12.0-p12 and installed a bunch of package directly with
ok, let's try to remove one of them:
Ok, the other one
Hell, no! I don't want to remove all those other packages. Any idea how to fix this?
pkg install
and others by compiling ports in /usr/ports. But upgrading ports gives me conflicts:
Code:
# pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (92 candidates): 100%
Processing candidates (92 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
# portmaster -aydbg --no-confirm
[...]
===> openldap-sasl-client-2.4.48 conflicts with installed package(s):
openldap-client-2.4.48
They will not build together.
Please remove them first with pkg delete.
Stop.
make[1]: stopped in /usr/ports/net/openldap24-sasl-client
*** Error code 1
Stop.
make: stopped in /usr/ports/net/openldap24-sasl-client
Code:
# pkg delete openldap-sasl-client
No packages matched for pattern 'openldap-sasl-client'
Code:
# pkg delete openldap-client
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 4 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
openldap-client-2.4.48
php72-ldap-7.2.26
samba48-4.8.12_4
zabbix42-frontend-4.2.6_1
Number of packages to be removed: 4
The operation will free 218 MiB.
Proceed with deinstalling packages? [y/N]: