Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. root@Gulasik:~# sudo apt-get remove --auto-remove openvpn
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Package 'openvpn' is not installed, so not removed
  6. The following packages will be REMOVED:
  7. liblzo2-2 libpkcs11-helper1
  8. 0 upgraded, 0 newly installed, 2 to remove and 3 not upgraded.
  9. 2 not fully installed or removed.
  10. After this operation, 338 kB disk space will be freed.
  11. Do you want to continue? [Y/n] y
  12. (Reading database ... 77426 files and directories currently installed.)
  13. Removing liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ...
  14. Removing libpkcs11-helper1:amd64 (1.11-1) ...
  15. Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
  16. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  17. Setting up pcscd (1.8.10-1ubuntu1) ...
  18. Failed to issue method call: No such file or directory
  19. dpkg: error processing package pcscd (--configure):
  20. subprocess installed post-installation script returned error exit status 1
  21. dpkg: dependency problems prevent configuration of opensc:
  22. opensc depends on pcscd; however:
  23. Package pcscd is not configured yet.
  24.  
  25. dpkg: error processing package opensc (--configure):
  26. dependency problems - leaving unconfigured
  27. No apport report written because the error message indicates its a followup erro r from a previous failure.
  28. Errors were encountered while processing:
  29. pcscd
  30. opensc
  31. E: Sub-process /usr/bin/dpkg returned an error code (1)</pre>
  32.  
  33. I tried unninstall dpkg but i have getting this error:
  34.  
  35. <pre>root@Gulasik:~# sudo apt-get remove --auto-remove dpkg
  36. Reading package lists... Done
  37. Building dependency tree
  38. Reading state information... Done
  39. Some packages could not be installed. This may mean that you have
  40. requested an impossible situation or if you are using the unstable
  41. distribution that some required packages have not yet been created
  42. or been moved out of Incoming.
  43. The following information may help to resolve the situation:
  44.  
  45. The following packages have unmet dependencies:
  46. cron : Depends: upstart-job
  47. Depends: adduser but it is not going to be installed
  48. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  49.  
  50. 7 packages can be updated.
  51. 7 updates are security updates.
  52.  
  53. sudo apt-get remove
  54. sudo apt-get remove --auto-remove openvpn
  55. sudo apt-get purge openvpn
  56. sudo apt-get purge --auto-remove openvpn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement