Hello,
I run a SLES 12 with the following repo configured :
# | Alias | Name | Enabled | Refresh
--+--------------------------------------------------------------------------------------+-----------------------------+---------+--------
1 | SUSE_Linux_Enterprise_Server_12_x86_64:SLES12-Debuginfo-Pool | SLES12-Debuginfo-Pool | No | No
2 | SUSE_Linux_Enterprise_Server_12_x86_64:SLES12-Debuginfo-Updates | SLES12-Debuginfo-Updates | No | Yes
3 | SUSE_Linux_Enterprise_Server_12_x86_64:SLES12-Pool | SLES12-Pool | Yes | No
4 | SUSE_Linux_Enterprise_Server_12_x86_64:SLES12-Updates | SLES12-Updates | Yes | Yes
5 | SUSE_Linux_Enterprise_Software_Development_Kit_12_x86_64:SLE-SDK12-Debuginfo-Pool | SLE-SDK12-Debuginfo-Pool | No | No
6 | SUSE_Linux_Enterprise_Software_Development_Kit_12_x86_64:SLE-SDK12-Debuginfo-Updates | SLE-SDK12-Debuginfo-Updates | No | Yes
7 | SUSE_Linux_Enterprise_Software_Development_Kit_12_x86_64:SLE-SDK12-Pool | SLE-SDK12-Pool | Yes | No
8 | SUSE_Linux_Enterprise_Software_Development_Kit_12_x86_64:SLE-SDK12-Updates | SLE-SDK12-Updates | Yes | Yes
When I try to source install curl or clamav for example, I get :
# zypper si curl
Refreshing service 'SUSE_Linux_Enterprise_Server_12_x86_64'.
Refreshing service 'SUSE_Linux_Enterprise_Software_Development_Kit_12_x86_64'.
Reading installed packages...
Loading repository data...
Resolving package dependencies...
Problem: nothing provides krb5-mini-devel needed by curl-7.37.0-9.1.src
Solution 1: do not ask to install a solvable providing curl.src = 7.37.0-9.1
Solution 2: break curl-7.37.0-9.1.src by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c):
# zypper si clamav
Refreshing service 'SUSE_Linux_Enterprise_Server_12_x86_64'.
Refreshing service 'SUSE_Linux_Enterprise_Software_Development_Kit_12_x86_64'.
Reading installed packages...
Loading repository data...
Resolving package dependencies...
Problem: nothing provides sendmail needed by clamav-0.98.6-10.1.src
Solution 1: do not ask to install a solvable providing clamav.src = 0.98.6-10.1
Solution 2: break clamav-0.98.6-10.1.src by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c):
Where can I find those packages ?
I found this which tells me the package are in the SUSE Linux Enterprise Build System Kit 12 but I didn’t find how to add the matching repo.
Any idea ?
Thank you in advance.