Ubuntu:安装php5-xsl包时出错

mar*_*t15 4 xslt ubuntu-8.10

我试图在我的Ubuntu 8.10中安装php5-xsl(XSLT)包,但我收到一条错误消息.我想我需要更新apt-get的存储库?提前谢谢:) - 马克

我的语法:

sudo apt-get install php5-xsl
Run Code Online (Sandbox Code Playgroud)

错误信息:

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
Run Code Online (Sandbox Code Playgroud)

mar*_*t15 7

我的错.我忘了更新我的存储库.它现在使用:

sudo apt-get update
Run Code Online (Sandbox Code Playgroud)