On 26.09.2021 12:38, michael.kasimir@gmx.de wrote:
https://build.opensuse.org/package/binaries/science:unstable/occt/ openSUSE_Leap_15.2[1]
on my system, but the installation could not be carried out.
It looks like the beginning of your message was lost on the way.
I've downloaded the package version occt-7.5.3-lp152.101.1.src.rpm
Are you going to rebuild package locally?
the following errormessage at installation sequence:
$ sudo zypper in occt-7.5.3-lp152.101.1.src.rpm Loading repository data... Reading installed packages... '_tmpRPMcache_:occt=0:7.5.3-lp152.101.1' not found in package names. Trying capabilities. No provider of '_tmpRPMcache_:occt=0:7.5.3-lp152.101.1' found. Resolving package dependencies... Nothing to do. $ What went wrong here?
a) wrong file. src.rpm is used to build binary RPM and you most likely intended to install binary RPM. b) if you install RPM file directly with zypper you need to disambiguate between path and package name. Most simple is to use slash or even full path, like zypper in $PWD/local-file.rpm But this package may have dependencies so you should simply add repository and install from there zypper ar -p 100 obs://science:unstable/openSUSE_Leap_15.2 science:unstable zypper refresh science:unstable zypper in occt pick your name for repository. Priority 100 so you do not install accidentally package that is available in main Leap repo.