I need to install version 10 of postgresql, I tried to install postgresql10-devel-mini and this is what I get:
# zypper in postgresql10-devel-mini
Loading repository data...
Reading installed packages...
Package 'postgresql10-devel-mini' not found.
Resolving package dependencies...
Nothing to do.
It seems that this devel-mini package is only available for version 14, but this is what I get:
# zypper in postgresql14-devel-mini
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: nothing provides 'this-is-only-for-build-envs' needed by the to be installed postgresql14-devel-mini-14.1-2.3.x86_64
Solution 1: do not install postgresql14-devel-mini-14.1-2.3.x86_64
Solution 2: break postgresql14-devel-mini-14.1-2.3.x86_64 by ignoring some of its dependencies
I’m a newbie in this topic as I moved from Ubuntu a few days ago and the way I solved this was by installing the libpq-dev package.