[CentOS-devel] systemd-219-67.el7_7.1.src.rpm - where?

Wed Oct 2 16:19:11 UTC 2019
Damien Durand <ddurandlinux at gmail.com>

Le mercredi 02 octobre 2019 à 10:55 -0500, Ian Pilcher a écrit :
> I guess I'm an idiot, but I can't find the subject SRPM
> anywhere.  Are
> CentOS SRPMS available for download somewhere?
> 
> Thanks!
> 

Hi

The easy way is to install yum-utils and get the srpm from there

$ sudo yum -y install yum-utils

and

$ yumdownloader --source systemd


Damien