0

I am using Ubuntu 12.04

I tried to install Dropbox using Ubuntu Software centre but it stopped at some point

Now I cannot remove the partial installation. If I try using the Software centre it hangs.

At terminal

sudo apt-get remove dropbox

I get

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 

What can I do?

A J
  • 11,557
Psionman
  • 187
  • 2
  • 14

3 Answers3

1

try this...

sudo apt-get remove nautilus-dropbox
0

Try doing exactly what the error message says:

Run sudo dpkg --configure -a.

In this case, Ubuntu has nice error messages.

Kaz Wolfe
  • 34,680
-1

Still going!

Is it safe to assume it's not going to install? :)


Answers like the above often get deleted very quickly unless you include some sort of answer in the answer, so here are some links that might help.

  1. How do I uninstall Dropbox?

  2. Why does the Software Center hang while trying to install Dropbox? And how can I make it stop hanging? -- Dropbox install stuck at 99%, how do I fix it? (and any dpkg errors)

  3. How to install Dropbox?. There are different answers to this question for different versions of Ubuntu, so select an answer for Ubuntu 12.04.

Psionman
  • 187
  • 2
  • 14