I am trying to install plone on ubuntu
I have downloaded and extracted the installer file.
When I type: ./install.sh standalone
I get the following message:
Plone installation requires the development versions of libxml2 and libxslt.
libxml2 must be version 2.7.8 or greater; libxslt must be 1.1.26 or greater.
Ideally, you should install these as dev package libraries before running install.sh.
I then tried to run: sudo apt-get install libxslt
(and same for libxml2 whic worked).
I am getting the message: E: Unable to locate package libxslt
Is there another package I must install that supports the libxslt, or how can I go about this?