how to install XSLT support with PHP Version 5.2.3-1ubuntu6.3

Asked by mahendra patil

Hello,

        I am trying to install XSLT module with PHP Version 5.2.3-1on ubuntu6.3 using the command root@ubuntu:~# apt-get install php5-xslt
               but it's shwoing E: Couldn't find package php5-xslt.

 Please let me know how to install it.

Regards
Mahendra

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

hello mahendra

to install xsl support for php5 give the following command:

(As a normal user)

sudo apt-get install php5-xsl

(As root)

apt-get install php5-xsl

Regards

Bhavani Shankar.

Can you help with this problem?

Provide an answer of your own, or ask mahendra patil for more information if necessary.

To post a message you must log in.