AL2023 default package manager is DNF
Example:
sudo dnf install postgresql15
Top answer 1 of 3
4
AL2023 default package manager is DNF
Example:
sudo dnf install postgresql15
2 of 3
-1
There is no such package and you cannot install epel either. However you can download packages from epel and install them directly it would work in most cases, but you'll have to resolve all dependencies manually.
Amazon Web Services
aws.amazon.com › compute › linux from aws › amazon linux 2023 faqs
Amazon Linux 2023 FAQs
2 weeks ago - Besides offering frequent updates ... Amazon Linux 2023 provides a predictable release cadence, flexibility and control over new software updates, and eliminates the operational overhead that comes with creating custom policies to meet standard compliance requirements. No, AL2023 does not have extras...
How to resolve amazon-linux-extras in AL2023?
A: No, AL2023 does not have extras. For higher-level software packages like language runtimes, we will use the quarterly release where we will add major/minor updates to packages as separate namespaced packages in addition to the default package provided in the repository. For example, default Python version in Amazon Linux 2023 ... More on repost.aws
amazon-linux-extras on EB for Amazon Linux 2023
I have set up an .ebextensions file in a Java deployment on EB to add additional metrics to cloud watch. Just recently tried deploying this to Amazon Linux 2023 with Corretto 17. It's failing to install sudo amazon-linux-extras install collectd -y More on repost.aws
[Missing Documentation] - amazon-linux-extras error
Hello, I'm working on a project where we use amazon-linux-extras, but after updating to AL2023 we are getting an error that it can't be found. I've seen in some forums that it has been ... More on github.com
amazon-linux-extras not working
No, AL2023 does not have extras. For higher-level software packages like language runtimes, we will use the quarterly release where we will add major/minor updates to packages as separate namespaced packages in addition to the default package provided in the repository. For example, default Python version in Amazon Linux 2023 ... More on repost.aws
Amazon Web Services
aws.amazon.com › compute › amazon linux 2 › faqs
Amazon Linux 2 FAQs
2 weeks ago - Customers need to migrate to Amazon Linux 2023 (AL2023) prior to the AL2’s end of support (EOS) on June 30, 2026 [Refer Q2]. AWS will not launch new Amazon Linux versions in 2025 or 2026. AWS will provide one-year advance notice before launching new OS versions to help you plan your migrations.
AWS
docs.aws.amazon.com › amazon linux › user guide › comparing al2 and al2023 › extra packages for enterprise linux (epel)
Extra Packages for Enterprise Linux (EPEL) - Amazon Linux 2023
April 20, 2026 - There is no EPEL for AL2023. SPAL and other workarounds can help customers achieve parity with AL2.
AWS re:Post
repost.aws › knowledge-center › ec2-install-extras-library-software
Install software from the Extras Library on an AL2 EC2 instance | AWS re:Post
June 18, 2025 - Extras is already installed, but the which command looking in the wrong place. ... Thank you for your comment. We'll review and update the Knowledge Center article as needed. ... Thank you for your comment. We'll review and update the Knowledge Center article as needed. ... Despite its name, the aws/codebuild/amazonlinux2-x86_64-standard:5.0 image is actually an Amazon Linux 2023 image.
AWS re:Post
repost.aws › questions › QUzeAeQY91RaiODj2AegDYvg › amazon-linux-extras-on-eb-for-amazon-linux-2023
amazon-linux-extras on EB for Amazon Linux 2023 | AWS re:Post
September 28, 2023 - Unfortunately, Amazon Linux 2023 does not include amazon-linux-extras.
AWS
docs.aws.amazon.com › amazon linux › user guide › al2 extras library › list of amazon linux 2 extras
List of Amazon Linux 2 Extras - Amazon Linux 2
View a markdown version of this page · Thanks for letting us know we're doing a good job
GitHub
github.com › amazonlinux › amazon-linux-2023 › issues › 340
[Missing Documentation] - amazon-linux-extras error · Issue #340 · amazonlinux/amazon-linux-2023
May 5, 2023 - on May 5, 2023 · Issue body actions · Hello, I'm working on a project where we use amazon-linux-extras, but after updating to AL2023 we are getting an error that it can't be found. I've seen in some forums that it has been discontinued, could you inform me if there is any substitute for this package?
Author amazonlinux
AWS
docs.aws.amazon.com › amazon linux › release notes › all amazon linux 2023 packages
All Amazon Linux 2023 packages - Amazon Linux 2023
The following list includes all packages for AL2023.
Stack Overflow
stackoverflow.com › questions › tagged › amazon-linux-extras
Newest 'amazon-linux-extras' Questions - Stack Overflow
It appears that Amazon Linux 2 v5.0 image (Amazon Linux 2 x86_64 standard:5.0 runtime available to CodeBuild) no longer contains Amazon Linux Extras, which makes a lot of documentation and answers ...
AWS
docs.aws.amazon.com › amazon linux › user guide › al2 extras library
AL2 Extras Library - Amazon Linux 2
The epel Extra enables the third party EPEL7 repository. As of 2024-06-30 the third-party EPEL7 repository is no longer being maintained. This third-party repository will have no future updates. This means there will be no security fixes for packages in the EPEL repository. See the EPEL section of the Amazon Linux 2023 ...
AWS
docs.aws.amazon.com › amazon linux › user guide › comparing al2 and al2023
Comparing AL2 and AL2023 - Amazon Linux 2023
3 weeks ago - Learn about key differences between AL2 and AL2023. Find out about lifespan and support, consistency with deterministic upgrades through versioned repositories, and new core packages.
AWS
docs.aws.amazon.com › amazon linux › user guide › what is amazon linux 2?
What is Amazon Linux 2? - Amazon Linux 2
With the implementation of Amazon Linux 2023 (AL2023), AL2 is now the previous generation of Amazon Linux from AWS.
Medium
ahsonshaikh616.medium.com › discontinuation-of-amazon-linux-extra-command-in-latest-amazon-linux-2023-release-f23c356f7c2c
Discontinuation of Amazon-linux-extra Command in Latest Amazon Linux 2023 Release | by Ahson Shaikh | Medium
March 26, 2023 - It’s important for the community to be informed of the discontinuation of Amazon-Linux-Extra commands in the latest release of Amazon Linux. As developers, we rely on these commands to perform crucial tasks in our development environments. It’s crucial to stay up-to-date with the latest changes and seek alternative approaches or suitable replacements when necessary.
Qloudx
qloudx.com › exploring-amazon-linux-2023-as-a-replacement-for-centos-7
Exploring Amazon Linux 2023 as a Replacement for CentOS 7 – QloudX
arn:aws:sns:us-east-1:13711241... Amazon will add/replace some packages from other non-Fedora upstreams, with some components even resembling CentOS Stream 9....
Stack Overflow
stackoverflow.com › questions › tagged › amazon-linux-extras
Recently Active 'amazon-linux-extras' Questions - Stack Overflow
I am trying to use the amazon linux and installing amazon extras, Here is my Dockerfile, FROM amazonlinux:2 # Install CloudHSM client RUN yum install -y https://s3.amazonaws.com/cloudhsmv2-software/... ... It appears that Amazon Linux 2 v5.0 ...