Problem uploading to arduino board UNO R3

I'm having problem uploading whatever sketch to the arduino board UNO R3, i have an Ubuntu 16.04 LTS 64-bit using the Arduino IDE 1.6.10

I select the correct board and the serial port appears to me on the IDE. I have tried everthing but nothing works, someone can help me, here is the error message that appears:

Arduino: 1.6.10 (Linux), Board: "Arduino/Genuino Uno"

Sketch uses 928 bytes (2%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
/home/lucca/Downloads/arduino-1.6.10/hardware/tools/avr/bin/avrdude -C/home/lucca/Downloads/arduino-1.6.10/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -P/dev/ttyACM0 -b115200 -D -Uflash:w:/tmp/build1b45cf5a0c4f6ae2f1a0e2e376b265c2.tmp/Blink.ino.hex:i 

avrdude: Version 6.3, compiled on Jun 14 2016 at 17:17:01
        Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
        Copyright (c) 2007-2014 Joerg Wunsch

        System wide configuration file is "/home/lucca/Downloads/arduino-1.6.10/hardware/tools/avr/etc/avrdude.conf"
        User configuration file is "/home/lucca/.avrduderc"
        User configuration file does not exist or is not a regular file, skipping

        Using Port                    : /dev/ttyACM0
        Using Programmer              : arduino
        Overriding Baud Rate          : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

avrdude done.  Thank you.

Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

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

Did it work before ? If you installed it for the first time, perhaps you have to set a permission or add yourself to a group or so.
What did you install from the repositories ? Remove every Arduino or rxtx Java library from the repositories.
I'm using Arduino IDE 1.6.10 in Ubuntu linux 16.04 64-bit with a minimal Java. I have no problems, but for verion 1.6.10 I have deleted the .arduino15 hidden folder in the home folder to get rid of old things.

Never work before, now i'm removing every thing from arduino and rxtx, and install the version 1.6.10

Doesn't work

There have been three previous thread this week about Genuino Uno's which did not work out of the box.

When you just connect the board to USB power, does the L led blink on and off every second? If the board is blinking, it means that the basic blink.ino program was loaded to the board and there is likely some bootloader present.

When you press the reset button, does the L led blink rapidly several times, or just once, before the board goes back to blinking.

If it does not blink several times on reset, the Optiboot boot loader for the UNO is not installed. It may have the bootloader used on the Nano or Duemilanova. Try select one of those boards and see if a program uploads.

If the board does not have Optiboot contact the vendor.

when i put on usb the L led just turn on and stay on, when i press reset nothing with the L led. And i try use the Nano and Duemilanova to upload and the error continues. Have a way to install the Optiboot bootloader of arduino??