phantomjs-debian icon indicating copy to clipboard operation
phantomjs-debian copied to clipboard

Installing on Debian 7.2 weezy issue

Open rom3r4 opened this issue 10 years ago • 2 comments

Hello, first off, nice script.

I have been trying to install it on a debian 7.2 system following the doc. and I was getting this mesage:

/opt/sw/phantomjs # sudo dpkg -i phantomjs_1.9.6-0wheezy_amd64.deb
dpkg-deb: error: `phantomjs_1.9.6-0wheezy_amd64.deb' is not a debian format archive
dpkg: error processing phantomjs_1.9.6-0wheezy_amd64.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 phantomjs_1.9.6-0wheezy_amd64.deb

Just, to let you know how I fixed this ( In case you want to update doc ):

After installing fpm i ran

rm phantomjs_1.9.6-0wheezy_amd64.deb
rake package64_wheezy
pkg -i phantomjs_1.9.6-0wheezy_amd64.deb

Everything is fine now, Thanks for your sw

rom3r4 avatar Apr 20 '14 19:04 rom3r4

there is a (for me) working package in #2

benib avatar Jul 01 '14 14:07 benib

Very weird, it's been installing fine for me in a recurring build which uses debian 7.3. Does that minor version difference make that much of a difference?

suan avatar Jul 30 '14 03:07 suan