Error: Failed to prepare transaction: target not found: mangohud

Running this command:

$ pamac build $(pamac list -qm)
Preparing...
[...]
Error: Failed to prepare transaction: target not found: mangohud



Edit build files : [e] 
Apply transaction ? [e/y/N] 
$ pamac list -qm | grep -i mangohud
mangohud
mangohud-common

How could I fix this?

Fixed:

$ pamac remove mangohud
$ pamac remove mangohud-common
$ pamac build $(pamac list -qm)

However reinstalling mangohud afterwards keeps throwing the same error, so there’s some glitch in the software.

Replaced mangohud and mangohud-common with mangohud-git and mangohud-common-git, no problems now trying to rebuild everything.

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