Weird thing

[PK_TMP_DIR|dir:///var/tmp/TmpDir.ZgNI0Y] Repository already exists.

I went there but it isn’t there. For sure I’ve deleted everything similar.
Each time I try to run the rpm the Tmp directory name change but it’s never there.

it’s adobe-release-x86_64-1.0-1.noarch

HA !

I found it :slight_smile:

It was some weird repository not just a temp folder or so. How did it get into list of repositories?

Don’t delete stuff from your tmp dir by hand. I’m not sure, but rebuilding the rpm database might help


su -c 'rpm --rebuilddb'

A better way to things like this is to create a special folder, name it RPMdowloads (or something alike), then Yast - Software - Repos - Add - local folder - enter the path to RPMdownloads and check the ‘plain rpm folder’ checkbox. OK. Then refresh all repos, start Softwaremanagement and you should see the downloaded rpm. This makes finding dependencies a lot easier, since the rpm command cannot search repos for available packages and zypper (the backend for Softwaremenagement) can.