Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

nothing provides perl(File::Copy::Recursive) needed by imapsync | Solved

We ran into an issue while trying to install imapsync on a server, the complete error below:

Error:
 Problem: conflicting requests
  - nothing provides perl(File::Copy::Recursive) needed by imapsync-2.229-1.el8.noarch
  - nothing provides perl(Readonly) needed by imapsync-2.229-1.el8.noarch
  - nothing provides perl(Test::Pod) needed by imapsync-2.229-1.el8.noarch

Solution

This is a pretty easy one to fix. You need to enable powertools. Do so by issuing the following command at the terminal:

dnf config-manager --set-enabled powertools

That’s it!