I just tried installing MCUXpressoIDE in Ubuntu 19.04 and received the following message below in Terminal. Does anyone have any suggestions as two how to deal with the issues highlighted in red in order to complete installation?
root@sas229:/# '/home/sas229/Downloads/mcuxpressoide-10.3.1_2233.x86_64.deb.bin'
Verifying archive integrity... All good.
Uncompressing mcuxpressoide installer 100%
Installing...
(Reading database ... 292366 files and directories currently installed.)
Preparing to unpack JLink_Linux_x86_64.deb ...
Removing /JLink ...
/JLink not found (OK)
Unpacking jlink (6.422) ...
dpkg: error processing archive JLink_Linux_x86_64.deb (--install):
trying to overwrite '/etc/udev/rules.d/99-jlink.rules', which is also in package segger-jlink-udev-rules 6.44c-3
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
JLink_Linux_x86_64.deb
Selecting previously unselected package mcuxpressoide.
(Reading database ... 292366 files and directories currently installed.)
Preparing to unpack mcuxpressoide-10.3.1_2233.x86_64.deb ...
Unpacking mcuxpressoide (10.3.1) ...
dpkg: mcuxpressoide: dependency problems, but configuring anyway as you requested:
mcuxpressoide depends on libncurses5:i386.
mcuxpressoide depends on libusb-1.0-0-dev; however:
Package libusb-1.0-0-dev is not installed.
mcuxpressoide depends on dfu-util; however:
Package dfu-util is not installed.
mcuxpressoide depends on libwebkitgtk-1.0-0; however:
Package libwebkitgtk-1.0-0 is not installed.
Setting up mcuxpressoide (10.3.1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED
mcuxpressoide
0 to upgrade, 0 to newly install, 1 to remove and 0 not to upgrade.
After this operation, 1,412 MB disk space will be freed.
(Reading database ... 308851 files and directories currently installed.)
Removing mcuxpressoide (10.3.1) ...
Removing mcuxpressoide symbolic link...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
root@sas229:/#
Excellent. This fixed it for me on Ubuntu 19.10 failing to find any other solution. How did you figure that out ?
I found solution and got it running without problems in Ubuntu 19.04
steps I followed (installed the dependencies)
sudo apt install libusb-1.0-0-dev
sudo apt install dfu-util
download amd64 build of icu 60.1-1
install the package (open terminal from the file location)
sudo dpkg -i libicu60_60.1-1ubuntu2_amd64.deb
download libjavascriptcoregtk-1.0-0_2.4.11-4
and install
sudo dpkg -i libjavascriptcoregtk-1.0-0_2.4.11-4_amd64.deb
download libwebkitgtk-1.0-0_2.4.11-4
and install
sudo dpkg -i libwebkitgtk-1.0-0_2.4.11-4_amd64.deb
after this you should home and dry :smileycool:
install IDE
open terminal from file location
install.....
sudo chmod +x ./mcuxpressoide-11.0.0_2516.x86_64.deb.bin
sudo ./mcuxpressoide-11.0.0_2516.x86_64.deb.bin
I tried this solution in debian 10 gnome and I didn't get success.
Fantastic! Thanks for sharing - it worked perfectly!
You're always welcome :smileyhappy::smileyhappy:
Dear Sam,
There's a similar issue that you have in the following thread, please check the link bellow:
https://community.nxp.com/message/1021942
Best Regards,
Alexis Andalon