View Single Post

  #1 (permalink)  
Old 12-10-2006
lbrtchx@hotmail.com
 
Posts: n/a
Default trying to install latest versions of software packages using apt-get

the latest version of apache is 2.2.3 http://httpd.apache.org/
..
the latest version of openssl is 0.9.8d
http://www.openssl.org/source/
..
how do you install the very latest version of these software pieces
using apt-get?
..
apt-get -t unstable install apache2
..
is not working
..
Also, how could you know for sure the version of the software in the
package repositories?
..
lbrtchx