Answer the question
In order to leave comments, you need to log in
How to rollback apache?
After updating via apt-get upgrade, Apache was also updated from version 2.2 to 2.4 without updating the configs, but I need the old version, please tell me how to roll back?
Answer the question
In order to leave comments, you need to log in
If you have the version number, or the target release, apt-get supports choosing a particular version or target release. More details can be found on the manual page of apt-get. It can also be accessed from terminal by typing man apt-get
sudo apt-get install <package-name>=<package-version-number> OR
sudo apt-get -t=<target release> install <package-name>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question