open-eid / chrome-token-signing

DEPRECATED Chrome and Firefox extension for signing with your eID on the web

Home Page:https://github.com/open-eid/chrome-token-signing/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install broke the package system

mikucionisaau opened this issue · comments

here is the output:

(Reading database ... 664541 files and directories currently installed.)
Preparing to unpack .../token-signing-firefox_1.1.4.543-2010_all.deb ...
Unpacking token-signing-firefox (1:1.1.4.543-2010) over (1:1.1.4.543-2010) ...
/var/lib/dpkg/info/token-signing-firefox.postrm: line 11: jq: command not found
dpkg: warning: old token-signing-firefox package post-removal script subprocess returned error exit status 127
dpkg: trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/postrm: line 11: jq: command not found
dpkg: error processing archive /home/marius/Downloads/token-signing-firefox_1.1.4.543-2010_all.deb (--install):
 new token-signing-firefox package post-removal script subprocess returned error exit status 127
/var/lib/dpkg/tmp.ci/postrm: line 11: jq: command not found
dpkg: error while cleaning up:
 new token-signing-firefox package post-removal script subprocess returned error exit status 127
Errors were encountered while processing:
 /home/marius/Downloads/token-signing-firefox_1.1.4.543-2010_all.deb

jq is not installed.
I cannot install jq because the package system asks to reinstall token-signing-firefox.
How do I fix it?

You can probably create some empty jq bash script to some bin folder

@metsma thanks, I could recover using your suggestion.
I'll leave this issue open in hope that jq dependency is added to the deb packages.