Can't install Arduino (Ubuntu16.04) - xdg mime: file 'lin/cc.arduino.arduinoide.xml' does not exist

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=85u9Y0ymrH0



Duration: 2:12
551 views
5


I'm trying to install arduino 1.8.2 on Ubuntu 16.04. But when running this script :
sudo ./install.sh

i get some errors, like this :

Adding desktop shortcut, menu item and file associations for Arduino IDE...xdg-mime: file '/home/moko/Downloads/arduino-1.8.2/lib/cc.arduino.arduinoide.xml' does not exist
xdg-icon-resource: icon name 'cc.arduino.arduinoide' does not have a proper vendor prefix
A vendor prefix consists of alpha characters ([a-zA-Z]) and is terminated
with a dash ("-"). An example icon name is 'example-cc.arduino.arduinoide'

----
what caused it? The error was caused by 'cc.arduino.arduinoide.xml' not exist in 'lib' folder.
So, how to fix it?

- open install.sh, just change it :
RESOURCE_NAME=cc.arduino.arduinoide
to
RESOURCE_NAME=arduino-arduinoide

- save it and run again this script :
sudo ./install.sh

-------------
bingo!




Other Videos By Ambar Hasbiyatmoko


2017-04-24Android Studio Error - android.os.NetworkOnMainThreadException
2017-04-24Android Studio Error - Cannot resolve symbol 'DefaultHttpClient'
2017-04-23VirtualBox - Connect guest to guest (Ubuntu and Centos7)
2017-04-22PHP tutorial : run C program from PHP on Ubuntu
2017-04-21Block port (SSH) on centos7 with IPTables
2017-04-20Install + Running Phpmyadmin on nginx (Ubuntu 16.04)
2017-04-19Install Arduino IDE on Ubuntu 16.04 from terminal
2017-04-19Tutorial Arduino Dasar - nyalain lampu LED arduino dengan koding
2017-04-19Arduino error (Ubuntu) - avrdude: ser_open(): can't open device "COM1": No such file or directory
2017-04-18Samba Tutorial (Centos 7) - samba share with password
2017-04-16Can't install Arduino (Ubuntu16.04) - xdg mime: file 'lin/cc.arduino.arduinoide.xml' does not exist
2017-04-16Phpmyadmin Tutorial - Create a user and grant privileges only their own databases
2017-04-15Membuat server web sendiri (laptop + ubuntu 16.04) menggunakan ISP firstmedia
2017-04-14Samba (Centos 7) - install and share folder from centos 7 to windows 7
2017-04-13Setting codeigniter in subfolder on nginx (ubuntu 16.04)
2017-04-12Codeigniter error (ubuntu) - mysqli::real connect: HY000/1698: Access denied user 'root'@'localhost'
2017-04-12Codeigniter (Ubuntu 16.04) - The Encrypt library requires the Mcrypt extension.
2017-04-11Install Android Studio on Ubuntu 16.04
2017-04-10Samba (centos - windows7) : Windows cannot access centos. You do not have permission to access.
2017-04-10Displaying PHP errors when : The localhost page isn’t working (on Ubuntu)
2017-04-08Virtualbox - Port forward web server (guest to host)



Tags:
arduino
ide
ubuntu
install
error
terminal
microcontroller
java
problem
software
app
linux