On 26 July 2015 at 11:03, Carlos Morel-Riquelme <leinfeva@fedoraproject.org> wrote:
Hello Robert, well if you have enable=1 the update-testing repo try this:

dnf clean all && dnf install <yourpackage>


Please stop telling people to run 'dnf clean all', which will remove cached packages that will often just be downloaded again. If you're concerned about the metadata being up to date just do 'dnf clean metadata'. Or use the '--refresh' option when running 'dnf update'. See dnf(1).

poc