On 16/10/19 02:31, Ranbir wrote: > Hello Everyone, > > Has anyone tried to install BackupPC v4 on CentOS 8 from epel? I just did and this happened: > > [root at resurrect ~]# dnf --enablerepo epel install BackupPC > Last metadata expiration check: 0:18:41 ago on Tue 15 Oct 2019 08:03:59 PM EDT. > Error: > Problem: conflicting requests > - nothing provides par2cmdline needed by BackupPC-4.3.1-2.el8.x86_64 > - nothing provides perl(Net::FTP::AutoReconnect) needed by BackupPC-4.3.1-2.el8.x86_64 > - nothing provides perl(Net::FTP::RetrHandle) needed by BackupPC-4.3.1-2.el8.x86_64 > - nothing provides perl(Time::ParseDate) needed by BackupPC-4.3.1-2.el8.x86_64 > - nothing provides perl(XML::RSS) needed by BackupPC-4.3.1-2.el8.x86_64 > - nothing provides perl-Time-modules needed by BackupPC-4.3.1-2.el8.x86_64 > (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) > > If that didn't come out too nice, here's a pastebin link: > > https://pastebin.com/HgjAQmvV > > I've checked all the disabled repos on my system and none of them have > those packages. Is this just a case of the dependencies not being built > yet? > > Hi Ranbir, as you said this could be a list of deps not yet released. If your machine is a "testing machine" you can try to enable epel-testing and epel-playground and check if those deps are in those supplementary repos. Caution because they are testing repos so if you need to use on production wait releases. Hope that helps.