According to the instructions (gpsd 3.16 build.txt) I need the following packages:
libxslt
docbook-xsl
xmlto
asciidoc
So I created a call as follows and received the response I did not want:
Code: Select all
pi@rpi3-jessie:~ $ sudo apt-get install libxslt docbook-xsl xmlto asciidoc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libxsltI tried googling but nothing obvious popped up.