It seems that recently epel-7 has been removed, and so I can no longer follow instructions from:
* https://unix.stackexchange.com/questions/598028/how-to-install-epel-release-in-red-hat-linux-7-8
How would one install
rapidjson-devel
on Amazon Linux 2 today ?
Steps:
> docker run -it --entrypoint bash public.ecr.aws/lambda/dotnet:7
# cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
[...]
# yum install rapidjson-devel
Loaded plugins: ovl
No package rapidjson-devel available.
Error: Nothing to do
Since on my side:
# curl -I http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
HTTP/1.1 404 Not Found
---
Previously it was possible to do it this way:
# yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# yum -y install rapidjson-devel
Asked by malat
(3429 rep)
Aug 13, 2024, 12:21 PM
Last activity: Aug 13, 2024, 01:40 PM
Last activity: Aug 13, 2024, 01:40 PM