- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried installing the drivers to use my GPU for OpenVINO and executed the commands as mentioned in the docs:
/opt/intel/openvino/install_dependencies$ ./install_NEO_OCL_driver.sh Intel OpenCL graphics driver installer ERROR: you must run this script as root. Please try again with sudo -E ./install_NEO_OCL_driver.sh, or as root. doctor_s@doc-Predator:/opt/intel/openvino/install_dependencies$ sudo -E ./install_NEO_OCL_driver.sh Intel OpenCL graphics driver installer Looking for previously installed user-mode driver... dpkg-query: no packages found matching intel-opencl dpkg-query: no packages found matching intel-ocloc dpkg-query: no packages found matching intel-gmmlib Found intel-igc-core installed, uninstalling... dpkg: dependency problems prevent removal of intel-igc-core: intel-igc-opencl depends on intel-igc-core (= 1.0.10-2407). dpkg: error processing package intel-igc-core (--purge): dependency problems - not removing Errors were encountered while processing: intel-igc-core ERROR: unable to remove intel-igc-core please resolve it manually and try to launch the script again.
Specs:
OS: Ubuntu 18.04 LTS
Processor: Intel® Core™ i5-8300H CPU @ 2.30GHz × 8
GPU: Mesa Intel® UHD Graphics 630 (CFL GT2)
I'm still learning and do not know how to proceed, kindly help me out. Thank you in anticipation!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
You need to run the install command as root. The installer require access as root/admin because there are certain modification it needs to do.
Try: sudo ./install_NEO_OCL_driver.sh
Hope my answer helps!
Sincerely,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,Nair
If you run the script as root, and it still doesn't work .
you can try this :
1:apt remove intel-igc-opencl
2:apt remove intel-igc-core
Then,try the script again!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page