简体   繁体   中英

How to install “autoconf-archive” on Amazon Linux AMI EC2

I'm attempting to install autoconf-archive on linux Amazon Linux AMI. I need it in order to compile another lib for aws lambda.

sudo yum install autoconf-archive

Don't work. i get

Loaded plugins: priorities, update-motd, upgrade-helper
No package autoconf-archive available.
Error: Nothing to do

I can not seem to manage to compile it manually nor to find an instruction on how to do so.

Thanks

UPDATE:

sudo yum install autoconf-archive --enablerepo=epel

( aws doc ) did not helped..

you got a typo in 'arcive' -> you missed the 'h'. I guess

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM