Advertisement
mgco

Removing Dropbox from Trusty Tahr

Mar 3rd, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. Prompt:~$ dropbox status
  2. Dropbox isn't running!
  3. Prompt:~$ rm -rf ~/.dropbox-dist
  4. Prompt:~$ rm -rf /var/lib/dropbox
  5. rm: cannot remove ‘/var/lib/dropbox’: Permission denied
  6. Prompt:~$ rm -rf ~/.dropbox*
  7. Prompt:~$ sudo apt-get remove nautilus-dropbox
  8. [sudo] password:
  9. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  10. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  11. Prompt:~$ sudo apt-get remove nautilus-dropbox
  12. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  13. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  14. Prompt:~$ sudo apt-get remove dropbox
  15. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  16. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  17. Prompt:~$ rm /etc/apt/source.d/dropbox
  18. rm: cannot remove ‘/etc/apt/source.d/dropbox’: No such file or directory
  19. Prompt:~$ sudo apt-get remove --purge nautilus-dropbox
  20. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  21. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  22. Prompt:~$ sudo rm /var/lib/apt/lists/lock
  23. Prompt:~$ sudo rm /var/cache/apt/archives/lock
  24. Prompt:~$ dropbox status
  25. Dropbox isn't running!
  26. Prompt:~$ rm -rf /var/lib/dropbox
  27. rm: cannot remove ‘/var/lib/dropbox’: Permission denied
  28. Prompt:~$ sudo rm -rf /var/lib/dropbox
  29. Prompt:~$ rm -rf ~/.dropbox*
  30. Prompt:~$ sudo apt-get remove nautilus-dropbox
  31. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  32. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  33. Prompt:~$ cd /var/lib/dpkg/
  34. Prompt:/var/lib/dpkg$ dir
  35. alternatives available-old diversions-old parts status-old
  36. arch cmethopt info statoverride triggers
  37. available diversions lock status updates
  38. Prompt:/var/lib/dpkg$ rm lock
  39. rm: remove write-protected regular empty file ‘lock’? y
  40. rm: cannot remove ‘lock’: Permission denied
  41. Prompt:/var/lib/dpkg$ sudo rm lock
  42. Prompt:/var/lib/dpkg$ dir
  43. alternatives available-old diversions-old statoverride triggers
  44. arch cmethopt info status updates
  45. available diversions parts status-old
  46. Prompt:/var/lib/dpkg$ cd
  47. Prompt:~$ rm -rf /var/lib/dropbox
  48. Prompt:~$ rm -rf ~/.dropbox*
  49. Prompt:~$ sudo apt-get remove nautilus-dropbox
  50. E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
  51. Prompt:~$ sudo apt-get remove dropbox
  52. E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
  53. Prompt:~$ rm /etc/apt/source.d/dropbox
  54. rm: cannot remove ‘/etc/apt/source.d/dropbox’: No such file or directory
  55. Prompt:~$ sudo apt-get remove --purge nautilus-dropbox
  56. E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
  57. Prompt:~$ sudo dpkg --configure -a
  58. Setting up nautilus-dropbox (1.6.1-1) ...
  59. Dropbox is the easiest way to share and store your files online. Want to learn more? Head to https://www.dropbox.com/
  60. Downloading Dropbox... 39%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement