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.
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.
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 apache debian
You are not signed in. Login or sign up in order to post.
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.
– Guilherme Nascimento
I updated the question.
– Eduardo Almeida
Like this is your source.list?
– Guilherme Nascimento
@Eduardoalmeida The answer answered your question?
– gfleck
@gfleck Sorry I haven’t answered. Yes, he did. Thank you!
– Eduardo Almeida