איך להתקין pdf2json על UBUNTU

קודם כל נתקין nodejs sudo apt-get install python-software-properties python g++ make sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs   עכשיו נתקין את pdf2json שהוא מודול של Nodejs wget http://pdf2json.googlecode.com/files/pdf2json-0.61.tar.gz mkdir pdf2json-0.61 tar -zxvf pdf2json-0.61.tar.gz -C ~/pdf2json-0.61 cd pdf2json-0.61 ./configure make sudo checkinstall sudo make install   מקורות : http://stackoverflow.com/questions/16302436/install-nodejs-on-ubuntu-12-10/16303380#16303380 http://webcache.googleusercontent.com/search?q=cache:zO79gjaCVIQJ:https://slanla.com/blog-iwxrcf+&cd=5&hl=iw&ct=clnk&gl=il https://github.com/modesty/pdf2json