I have installed ma-config software but yast alert me of a Package Conflicts I tried to delete it but I can’t. I can’t use yast package manager anymore because of that.
this is the details about the error when I tried to uninstalled it
Subprocess failed. Error: RPM failed: /usr/bin/ma-config/maconfigagent: /lib64/libcrypto.so.1.0.0: no version information available (required by /usr/bin/ma-config/maconfigagent)
/usr/bin/ma-config/maconfigagent: /lib64/libssl.so.1.0.0: no version information available (required by /usr/bin/ma-config/maconfigagent)
sudo: maconfigagent: command not found
sudo: update-rc.d: command not found
error: %preun(Ma-Config.com-7.1.4.0-1.x86_64) scriptlet failed, exit status 1
error: Ma-Config.com-7.1.4.0-1.x86_64: erase failed
what does zypper se ma-config say?
as far as I can tell that is a 3rd party system information application, it probobly wasn’t compiled for opensuse and has missing dependencies, did you install it from an rpm if so try rpm -e path_to_that.rpm
Took a brief look at it.
I <know> I have the libssl package installed but saw that error.
Likely a faulty configuration by the developers, typical error is that the path to the library file on a Fedora/CentOS is hardcoded so can’t find on openSUSE.