-1

My terminal emulator shows the following error while trying to install Dropbox. I need help and I am a beginner in Ubuntu.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nautilus-dropbox : Depends: dropbox but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
enedil
  • 982
  • 5
  • 15
  • 27

2 Answers2

0

Run sudo apt-get autoclean then sudo apt-get update then install it again.

Pabi
  • 7,401
  • 3
  • 40
  • 49
0

Download the Dropbox package from the Dropbox site, install it, and then install nautilus-dropbox. I don't think the dropbox package is available in the official repositories.

muru
  • 197,895
  • 55
  • 485
  • 740