plase help to fix :dpkg error
apt-get install privoxy
Reading package lists... Done
Building dependency tree
Reading state information... Done
privoxy is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up monodoc-base (2.4.4~svn151842-1ubuntu4) ...
Processing triggers for monodoc-base ...
/usr/bin/update-monodoc: line 3: [: argument expected
generating monodoc search index...
/usr/bin/update-monodoc: line 9: monodoc: command not found
dpkg: error processing monodoc-base (--configure):
subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of monodevelop:
monodevelop depends on monodoc-base (>= 1.0); however:
Package monodoc-base is not configured yet.
dpkg: error processing monodevelop (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
monodoc-base
monodevelop
E: Sub-process /usr/bin/dpkg returned an error code (1)
""this error comes whenever i try to install somthing ,help me to resolve it""
Re: plase help to fix :dpkg error
Hey man, I had the same problem.What I did is apt-get purge EVERYTHING that was installed when you installed monodevelop .Once you have everything purged and the error is gone install "monodoc-browser"
with apt-get and then reinstall monodevelop and that fixed everything for me hope it works for you.
Re: plase help to fix :dpkg error
Quote:
Originally Posted by
aortell24
Hey man, I had the same problem.What I did is apt-get purge EVERYTHING that was installed when you installed monodevelop .Once you have everything purged and the error is gone install "monodoc-browser"
with apt-get and then reinstall monodevelop and that fixed everything for me hope it works for you.
Thank you for this tip. It totally fixed my monodevelop installation.