Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. missvaleska@missvaleska-GA-970A-D3:~$ sudo dpkg --force-depends -i debconf_1.5.50ubuntu1_all.deb
  2. dpkg: warning: files list file for package 'debconf-i18n' missing; assuming package has no files currently installed
  3. (Reading database ... 494954 files and directories currently installed.)
  4. Preparing to replace debconf 1.5.50ubuntu1 (using debconf_1.5.50ubuntu1_all.deb) ...
  5. Traceback (most recent call last):
  6. File "/usr/bin/py3clean", line 32, in <module>
  7. from debpython import files as dpf
  8. ImportError: No module named 'debpython'
  9. dpkg: warning: subprocess old pre-removal script returned error exit status 1
  10. dpkg: trying script from the new package instead ...
  11. Traceback (most recent call last):
  12. File "/usr/bin/py3clean", line 32, in <module>
  13. from debpython import files as dpf
  14. ImportError: No module named 'debpython'
  15. dpkg: error processing debconf_1.5.50ubuntu1_all.deb (--install):
  16. subprocess new pre-removal script returned error exit status 1
  17. Traceback (most recent call last):
  18. File "/usr/bin/py3compile", line 34, in <module>
  19. from debpython.version import SUPPORTED, debsorted, vrepr, \
  20. ImportError: No module named 'debpython'
  21. dpkg: error while cleaning up:
  22. subprocess installed post-installation script returned error exit status 1
  23. Errors were encountered while processing:
  24. debconf_1.5.50ubuntu1_all.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement