You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if you need epel-release still, but now libpcap-devel is only available via powertools. I ran these commands to get libpcap-devel on an almost naked CentOS 8:
To install the dependencies under CentOS 8:
yum install -y epel-release
yum config-manager --set-enabled powertools
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum install -y libpcap-devel
The text was updated successfully, but these errors were encountered:
jelu
added a commit
to jelu/dsc
that referenced
this issue
Aug 16, 2023
I'm not sure if you need
epel-release
still, but nowlibpcap-devel
is only available viapowertools
. I ran these commands to getlibpcap-devel
on an almost naked CentOS 8:To install the dependencies under CentOS 8:
The text was updated successfully, but these errors were encountered: