Failed to read AUR data from

I wanted to install the cpupower-gui application.
I opened the graphical package manager and tried to do that. The manager couldn’t find that.

So, I enabled the AUR. Maybe have more luck. The manager couldn’t find that.

I issued the pamac command and I got this result:

sudo pamac install cpupower-gui
[sudo] password for user: 
** Message: 14:44:07.305: aur_plugin.vala:332: downloading AUR data
Failed to read AUR data from /var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz : Error opening file /var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz: No such file or directory
Error: target not found: cpupower-gui

How should fix this?

Try again …

Just rmember - AUR is unsupported and discouraged when using stable branch.

After five trying the result still remains the same.
Maybe, later (after one or more months) it will be successful.

Disable AUR in the GUI.

If you need anything from AUR use the Arch way

Do not use sudo with pamac, as it will mess with file permissions. The correct command is pamac build cpupower-gui.

1 Like

I tried your proposal, here is the result:

pamac build cpupower-gui
** Message: 15:09:40.564: aur_plugin.vala:332: downloading AUR data
Failed to read AUR data from /var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz : Error opening file /var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz: No such file or directory
** Message: 15:09:40.565: aur_plugin.vala:332: downloading AUR data
Failed to read AUR data from /var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz : Error opening file /var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz: No such file or directory
Error: target not found: cpupower-gui

Something went wrong, I guess.

Incorrect permissions caused by using sudo with pamac. Have a read through the following thread & you should find the answer:

1 Like

Thanks that lead me to the solution.

sudo rm -rf /var/tmp/pamac

And using pmac without sudo. These two gave the good result.
Thanks for the help.

1 Like

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.