Where can I download xsltproc that is compatible with Ubuntu 12.04? I need this tool to install my Epson perfection V500 photo scanner.
Asked
Active
Viewed 1.6k times
2 Answers
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]
-
Fair enough. From this I was led to believe it was in the main repo. – Jos May 07 '14 at 14:10