How to update Apache2 on Dedian 9 (Stretch)?

Asked

Viewed 83 times

1

I am using version 2.4.10 of Apache on Debian 9. However, this version of Apache, which I am using, is from Debian 8.

I would like to know how to update the Apache2 to the version 2.4.25.

  • There is no version 2.10.10 of apache, actually 2.10 would be greater than 2.4 then, but no version released above 2.4 yet. You must be making some mess.

  • I updated the question.

  • 1

    Like this is your source.list?

  • @Eduardoalmeida The answer answered your question?

  • @gfleck Sorry I haven’t answered. Yes, he did. Thank you!

1 answer

1


Type in your terminal as ROOT:

apt update
apt upgrade

Or if you only want to update apache see packages that need to be updated on your system with the command apt list --upgradable and then install only apache-related packages, for example:

apt install apache2-bin/stable

Browser other questions tagged

You are not signed in. Login or sign up in order to post.