Hi.
I’m trying to install the qt6-base
package as it is needed for normcap to run. I was told to do it when I opened an issue here.
Now zypper search
gives me qt6-base
only as a srcpackage. I tried building it:
sudo zypper si qt6-base
cd /usr/src/package
sudo rpmbuild -ba SPEC/qt6-base.spec
Now I have the .rpm
in /usr/src/packages/SRPMS/qt6-base-6.2.2-lp154.6.7.src.rpm
sudo zypper install ./qt6-base-6.2.2-lp154.6.7.src.rpm
'_tmpRPMcache_:qt6-base=0:6.2.2-lp154.6.7' not found in package names. Trying capabilities.
No provider of '_tmpRPMcache_:qt6-base=0:6.2.2-lp154.6.7' found.
I’m a bit lost here, could you please help?