Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. lyn@antares:/var/lib/dpkg/info$ sudo apt-get remove --purge nvidia-331
  2. [sudo] password for lyn:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following package was automatically installed and is no longer required:
  7. linux-image-generic
  8. Use 'apt-get autoremove' to remove it.
  9. The following packages will be REMOVED:
  10. nvidia-331*
  11. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  12. 1 not fully installed or removed.
  13. After this operation, 182 MB disk space will be freed.
  14. Do you want to continue? [Y/n] y
  15. (Reading database ... 226010 files and directories currently installed.)
  16. Removing nvidia-331 (331.89-0ubuntu1~xedgers14.04.2) ...
  17. Removing all DKMS Modules
  18. Error! There are no instances of module: nvidia-331
  19. 331.89 located in the DKMS tree.
  20. Done.
  21. INFO:Disable nvidia-331
  22. DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
  23. DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
  24. Traceback (most recent call last):
  25. File "/usr/bin/quirks-handler", line 65, in <module>
  26. operation_status = main(options)
  27. File "/usr/bin/quirks-handler", line 48, in main
  28. quirks = Quirks.quirkapplier.QuirkChecker(options.package_disable, path=quirks_path)
  29. File "/usr/lib/python3/dist-packages/Quirks/quirkapplier.py", line 38, in __init__
  30. self._system_info = self.get_system_info()
  31. File "/usr/lib/python3/dist-packages/Quirks/quirkapplier.py", line 64, in get_system_info
  32. return quirk_info.get_dmi_info()
  33. File "/usr/lib/python3/dist-packages/Quirks/quirkinfo.py", line 46, in get_dmi_info
  34. 'class', 'dmi', 'id', item)).read().strip()
  35. File "/usr/lib/python3.4/codecs.py", line 313, in decode
  36. (result, consumed) = self._buffer_decode(data, self.errors, final)
  37. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
  38. dpkg: error processing package nvidia-331 (--purge):
  39. subprocess installed pre-removal script returned error exit status 1
  40. Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
  41. Errors were encountered while processing:
  42. nvidia-331
  43. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement