4

Where can I download xsltproc that is compatible with Ubuntu 12.04? I need this tool to install my Epson perfection V500 photo scanner.

user78638
  • 101

2 Answers2

8

XSLTProc for 12.04 is (or should be) in Software Center, or install it by typing sudo apt-get install xsltproc.

Jos
  • 29,224
1

xsltproc for 12.04 is not in main repository now. So cannot install with apt-get command.

you can download the .deb file from www.ubuntuupdates.org and install with following command:

sudo dpkg -i [Deb file]