Ubuntu: error installing php5-xsl package

I am trying to install the php5-xsl package (XSLT) on Ubuntu 8.10, but I get an error message. Think I need to update the apt-get repository? Thanks in advance :) - Mark

My syntax is:

sudo apt-get install php5-xsl 

Error message:

 W: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php5/php5-xsl_5.2.6-2ubuntu4.1_i386.deb 404 Not Found 
+4
source share
1 answer

My bad. I forgot to update my repository. Now it works using:

 sudo apt-get update 
+7
source

All Articles