This is a discussion on trying to install latest versions of software packages using apt-get within the Linux Web Servers forums, part of the Web Server and Related Forums category; the latest version of apache is 2.2.3 http://httpd.apache.org/ .. the latest version of openssl is 0....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
["Followup-To:" header set to comp.os.linux.misc.]
lbrtchx@hotmail.com <lbrtchx@hotmail.com>: > 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 Describe what "is not working" means. > Also, how could you know for sure the version of the software in the > package repositories? aptitude show apache2 # man apt-* for similar? apt-cache policy apache2 -- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. Spammers! http://www.spots.ab.ca/~keeling/emails.html |
| Thread Tools | |
| Display Modes | |
|
|