Advertisement
Guest User

Untitled

a guest
Dec 9th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. root@ubuntu:/var/log# sudo dpkg --purge gedit:amd64
  2. (Reading database ... 162149 files and directories currently installed.)
  3. Removing gedit:amd64 ...
  4. Package `gedit' is not installed.
  5. Use dpkg --info (= dpkg-deb --info) to examine archive files,
  6. and dpkg --contents (= dpkg-deb --contents) to list their contents.
  7. Traceback (most recent call last):
  8. File "/usr/bin/pyclean", line 118, in <module>
  9. main()
  10. File "/usr/bin/pyclean", line 102, in main
  11. pfiles = set(dpf.filter_out_ext(pfiles, ('.so',)))
  12. File "/usr/share/python/debpython/files.py", line 77, in filter_out_ext
  13. for fn in files:
  14. File "/usr/share/python/debpython/namespace.py", line 77, in add_namespace_files
  15. for fn in files:
  16. File "/usr/share/python/debpython/files.py", line 53, in from_package
  17. raise Exception("cannot get content of %s" % package_name)
  18. Exception: cannot get content of gedit
  19. dpkg: error processing gedit:amd64 (--purge):
  20. subprocess installed pre-removal script returned error exit status 1
  21. Package `gedit' is not installed.
  22. Use dpkg --info (= dpkg-deb --info) to examine archive files,
  23. and dpkg --contents (= dpkg-deb --contents) to list their contents.
  24. Traceback (most recent call last):
  25. File "/usr/bin/pycompile", line 290, in <module>
  26. main()
  27. File "/usr/bin/pycompile", line 263, in main
  28. options.force, options.optimize, e_patterns)
  29. File "/usr/bin/pycompile", line 155, in compile
  30. for fn, versions_to_compile in filter_files(files, e_patterns, versions):
  31. File "/usr/bin/pycompile", line 110, in filter_files
  32. for fn in files:
  33. File "/usr/share/python/debpython/files.py", line 77, in filter_out_ext
  34. for fn in files:
  35. File "/usr/share/python/debpython/namespace.py", line 77, in add_namespace_files
  36. for fn in files:
  37. File "/usr/share/python/debpython/files.py", line 69, in filter_public
  38. for fn in files:
  39. File "/usr/share/python/debpython/files.py", line 53, in from_package
  40. raise Exception("cannot get content of %s" % package_name)
  41. Exception: cannot get content of gedit
  42. dpkg: error while cleaning up:
  43. subprocess installed post-installation script returned error exit status 1
  44. Errors were encountered while processing:
  45. gedit:amd64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement