1

How to install Apache 2.4.52 in Ubuntu 21.10?

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212
  • Most packages are fixed for any given release. – ChanganAuto Jan 04 '22 at 10:51
  • Who moved the question is wrong because :

    a) it doesn't resolve the problem. b) and all the solutions explained in the other answer is lots of blah-blah that solves nothing and explains the "politics" behind the updates (and something about freeze that happened years ago).

    – magallanes Feb 02 '22 at 11:26
  • 1
    Why has this been closed? The linked question has nothing to with this one. This question asks how to install latest version of Apache. The linked question asks why it isn't there. That's a different question and its answers do not help with this one in the slightest. – marc.guenther Apr 25 '22 at 16:54

1 Answers1

4

If you find yourself risky and adventurere, then try the PPA to get 2.4.52-2+ubuntu21.10.1+deb.sury.org+1:

sudo apt-add-repository ppa:ondrej/apache2
sudo apt-get update
sudo apt-get install apache2
N0rbert
  • 99,918