Alternative of amazon-linux-extras in Amazon Linux 2023

7.2k Views Asked by At

We have amazon-linux-extras for Amazon Linux 2 but, what is the alternative of amazon-linux-extras in Amazon Linux 2023 and how to install it

3

There are 3 best solutions below

0
On

AL2023 default package manager is DNF

Example:

sudo dnf install postgresql15

1
On

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.

0
On

I am able to install the java with this command:

sudo dnf install java-11-amazon-corretto.x86_64java-11-amazon-corretto.x86_64