Can someone help me to install libyaml-devel?
I am using below command
yum install libyaml-devel
but i am getting "No package libyaml-devel available." error
Can someone help me to install libyaml-devel?
I am using below command
yum install libyaml-devel
but i am getting "No package libyaml-devel available." error
you can add new repository to your OS
OR
you can download the rpm package of it from :
https://rpmfind.net/linux/rpm2html/search.php?query=libyaml-devel&submit=Search+...&system=centos&arch=
and install it with :
rpm -ivh PKG_NAME