I tried to remove that package since it's mentioned in changelog, but when I tried, it slapt-get wanted to remove 75 other packages, so I stopped.
I didn't think that was correct.
Any ideas whats wrong, or what I missed/need to do?
Thanks!
[SOLVED]removing openldap-client
[SOLVED]removing openldap-client
Last edited by bsd4me on 21 May 2020 05:58, edited 1 time in total.
Retired at home in Alaska for now.
Re: removing openldap-client
I use spkg to remove packages. not gslapt/slapt-get. Because it will remove other packages also. Never do this.
Read here for this
So type in a terminal
I imagine you have installed openldap new package (include both server and client)
Read here for this
So type in a terminal
Code: Select all
sudo spkg -d openldap-client
Re: removing openldap-client
Ok, thank you again
I just saw that slapt-get had the remove option so tried it.
Yes, I checked that the new package was installed before trying to remove the older package.
I just saw that slapt-get had the remove option so tried it.
Yes, I checked that the new package was installed before trying to remove the older package.
Retired at home in Alaska for now.