🌐
Stack Overflow
stackoverflow.com › questions › 68828553 › error-sudo-amazon-linux-extras-command-not-found
ssh - Error: sudo: amazon-linux-extras: command not found - Stack Overflow
Check Package Installation: Confirm whether the package providing amazon-linux-extras is installed correctly. You can use the package manager to check if it's installed: sudo yum list installed | grep amazon-linux-extras
🌐
AWS re:Post
repost.aws › questions › QUTJtlIcjiTzyARddu0WGyEA › amazon-linux-extras-install-epel-broken-on-arm64-instances
amazon-linux-extras install epel broken on ARM64 instances | AWS re:Post
February 5, 2022 - The EPEL repository is already installed on the original version of Amazon Linux, the only thing you need to do is enable it. By observing from the steps you provided in your post, you only installed EPEL but have not enabled it.
Discussions

Amazon Linux 2023 Officially Released
By default, any instances launched with the AL2023 AMI will require the use of IMDSv2-only The amount of users who are about to be shocked that curl http://169.254.169.254/latest/meta-data/ no longer works will be numerous. More on reddit.com
🌐 r/aws
90
246
March 15, 2023
enable epel in AWS Linux 2022
I am trying to enable epel in AWS Linux 2022 - I am using `al2022-ami-2022.0.20220817.0-kernel-5.15-arm64` image. However, when I run ` rpm -Uvh dl.fedoraproject.org/pub/epel/7/aarch64/Packages/e/e... More on repost.aws
🌐 repost.aws
1
0
August 20, 2022
Configuring amazon-linux-extras epel on Amazon Linux 2 in a private subnet - Stack Overflow
I have an EC2 in a private subnet with no external internet access. I need to pull in a package called proj from the EPEL repository. Based on this documentation I should be able to run sudo amazon... More on stackoverflow.com
🌐 stackoverflow.com
For anyone else who comes across this problem and doesn't have the luxury of using an alternative library libgdiplus can be installed through EPEL on Amazon Linux with:
As you mentioned I have created two files file1.config container_commands: epel_extras: command: "sudo amazon-linux-extras install epel" file2.config container_commands: epel_extras: comm... More on github.com
🌐 github.com
3
December 10, 2020
🌐
CloudKatha
cloudkatha.com › home › can you install amazon-linux-extras in amazon linux 2023?
Can you Install amazon-linux-extras in Amazon Linux 2023? - CloudKatha
July 31, 2023 - Short answer is No. amazon-linux-extras is not available in Amazon Linux 2023. However you can install any newer version of package from the
🌐
Reddit
reddit.com › r/aws › amazon linux 2023 officially released
r/aws on Reddit: Amazon Linux 2023 Officially Released
March 15, 2023 - Yeah, you're right it seems. They removed the command, and the option to add epel. Shame for adding higher runtime versions of packages like python. They claim they will update them via quarterly releases, though...
🌐
AWS re:Post
repost.aws › questions › QUmixmJazqTF2PNF-zUdaEEw › enable-epel-in-aws-linux-2022
enable epel in AWS Linux 2022 | AWS re:Post
August 20, 2022 - It's not directly compatible with RHEL, and therefore EPEL packages are unlikely to work with it. Customers in need of additional packages in AL2023 should request them through their customer representatives or support channels.
🌐
AWS
docs.aws.amazon.com › amazon linux › user guide › al2 extras library
AL2 Extras Library - Amazon Linux 2
Describes AL2 Extras. Find out about lifespan, support, and package changes.
🌐
JOE TECH
tech.joellemena.com › home
Sudo Amazon Linux Extras Install Epel Command Not Found - JOE TECH
April 9, 2024 - While the amazon-linux-extras command is specific to Amazon Linux 2, it is possible to manually configure Amazon Linux 1 to use the EPEL repository by downloading and installing the appropriate EPEL release package.
🌐
Super User
superuser.com › questions › 1487748 › unable-to-find-or-install-amazon-linux-extras
Unable to find or install amazon-linux-extras - Super User
It says that... -bash: amazon-linux-extras: command not found ... Amazon Linux 2 AMI. I found a workaround to install nginx though: Using epel-release, that worked fine without the use of amazon-linux-extras...
Find elsewhere
🌐
Saturn Cloud
saturncloud.io › blog › what-to-do-when-amazon-linux-ami-ec2-is-missing-packages
Saturn Cloud | Saturn Cloud | The Control Plane for GPU Clouds
June 19, 2023 - Saturn Cloud is the white-labeled control plane for GPU clouds: multi-tenant isolation, day-2 support, and integrated billing, running in your cloud under your brand.
🌐
GitHub
gist.github.com › thiagomarini › 7341b676baf9f22f96a614f87d468835
How to install supervisor on Amazon Linux · GitHub
sudo: amazon-linux-extras: command not found · i got this error any idea guys? Copy link · @tauseedzaman Amazon Linux 2023 doesn't have amazon-linux-extras. https://cloudkatha.com/amazon-linux-extras-in-2023/ Copy link · Yes, Amazon Linux 2023 is removed amazon-linux-extras. Instead use pip: pip install supervisor Don't forget to activate your venv 😄! Copy link · Or if you want to install Epel: wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo rpm -ihv --nodeps ./epel-release-latest-8.noarch.rpm ·
🌐
Stack Overflow
stackoverflow.com › questions › 74817869 › configuring-amazon-linux-extras-epel-on-amazon-linux-2-in-a-private-subnet
Configuring amazon-linux-extras epel on Amazon Linux 2 in a private subnet - Stack Overflow
This does configure the EPEL repository but whenever I run sudo yum install <PACKAGE> I get the following error message. Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again · Looking at /etc/yum.repos.d/epel.repo I see that there is a metalink reference pointing to a HTTPS site but I changed it to HTTP. Is this still attempting to reach out to the internet to retrieve certain files? [epel] name=Extra Packages for Enterprise Linux 7 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch metalink=http://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
🌐
GitHub
github.com › dotnet › runtime › issues › 45881
For anyone else who comes across this problem and doesn't have the luxury of using an alternative library libgdiplus can be installed through EPEL on Amazon Linux with: · Issue #45881 · dotnet/runtime
December 10, 2020 - For anyone else who comes across this problem and doesn't have the luxury of using an alternative library libgdiplus can be installed through EPEL on Amazon Linux with: sudo amazon-linux-extras install epel sudo yum install libgdiplus
Author   dotnet
🌐
AWS re:Post
repost.aws › knowledge-center › ec2-enable-epel
Activate EPEL repository for EC2 instances | AWS re:Post
October 1, 2015 - It's a good question: why can't we use EPEL or amazon-linux-extras on Amazon Linux 2023? I raised an AL2023 server and it reached a point that it ended up useless.
🌐
Amazon Web Services
docs.amazonaws.cn › 亚马逊云科技 › amazon linux 2 › user guide › al2 on amazon ec2 › configure al2 instances › manage software on your al2 instance › add repositories on an al2 instance
Add repositories on an AL2 instance - Amazon Linux 2
The following command enables the Extra Packages for Enterprise Linux (EPEL) repository from the Fedora project. By default, this repository is present in /etc/yum.repos.d on Amazon Linux AMI instances, but it is not enabled. [ec2-user ~]$ sudo yum-config-manager --enable epel
🌐
LinuxShout
linux.how2shout.com › home › can we install epel repo on amazon linux 2023?
Can we install EPEL repo on Amazon Linux 2023? - LinuxShout
June 13, 2023 - Although AL2023 is based on upstream Fedora Linux distribution along with other specific packages from other non-Fedora Linux upstream such as kernel, however, AL2023 is compatible with everything out there for Redhat, hence, AL2023 doesn’t support EPEL or EPEL-like repositories and we cannot add them. Also, there is also no “Amazon-extra-packages” available for AL2023.
🌐
LinuxShout
linux.how2shout.com › home › how to enable epel repo on amazon linux 2
How to Enable EPEL Repo on Amazon Linux 2 - LinuxShout
January 22, 2023 - Use YUM and run the update command. ... We cannot enable the EPEL on Amazon Linux 2 using the YUM package manager by default unless a user is not manually adding the EPEL repository.