|
Installing from CLI using apt-get specific version of apache
Hi
I'm trying to install Apache 2.2.21 on CLI only Ubuntu server but the packages seem a little out of date.
For example using
apt-get install apache2 has installed v2.2.20
What's the easiest way to upgrade this now? I added a new package server to my source list but it still can't find version 2.2.21 when I use
apt-get showpkg apache2
Any help? I don't want to go to 2.2.22.
Thanks
|