1

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

shyam
  • 9
  • 1
  • 5

1 Answers1

1

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
Elham_Jahani
  • 369
  • 2
  • 8