Alternative of amazon-linux-extras in Amazon Linux 2023

7.3k 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
codebusta On

AL2023 default package manager is DNF

Example:

sudo dnf install postgresql15

1
Ilya Murmantsev 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
Bhupender singh 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