I am facing an issue where I am not able to install the Eclipse Marketplace to Nsight due to the error
An error occurred while installing the items
session context was:(profile=cider, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null → [R]org.eclipse.equinox.launcher.gtk.linux.x86_64 1.1.200.v20140603-1326, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
The artifact file for osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.1.200.v20140603-1326 was not found.
. The problem appears with fresh installs of of Kubuntu 20.04 and 18.04 running in VirtualBox. Both /usr/bin/nsight
and /usr/lib/nvidia-nsight/nsight
are affected.
Installed packages are
openjdk-8-jre (8u265-b01-0ubuntu2~18.04)
nvidia-nsight (9.1.85-3ubuntu1)
To install cuda I followed the instructions given in https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=debnetwork
I activated java8 via update-alternatives
. Help would be much appreciated!