Problem locating a library in sketch

Hello,
I am very new to Arduberry and I am having problems uploading a DFRobot 10-DOF EMU sensor sketch to my Arduberry. I have downloaded the library and it has saved it to;

pi@dex:~/Arduino/libraries/Emu_10Dof/libraries/FreeSixIMU $

The error i receive when uploading in programmer is;

Arduino: 1.6.0 (Linux), Board: “Arduino Uno”

Sketch_IMU10Dof.ino:8:24: fatal error: FreeSixIMU.h: No such file or directory
compilation terminated.
Error compiling.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

Can anyone help me with this?

Thank you,
Ian

Hi @ianduthie76,

It looks like the library might not have been added properly. Can you follow this guide under the tab Adding a New Arduino Library and then try out your example.

Please let us know if this helps,
-Shoban

Of course, go I need to delete the old library and zip file first? What is the best way to do this?
Thanks

Hi @ianduthie76,

By old library if you mean the one that you copied before, then yes you should delete the one you copied before and start fresh.

-Shoban

Hello Shoban,

I tried following your tutorial in adding a new arduino library but failed at the first hurdle! I do not have netsurf browser or know how to find a library in it. I cant locate /usr/share/arduino/libraries/ either??
looks like I need the steps from the very beginning!

Thanks for your help,

Ian