Debian10 LXDE Intel oneAPIBase - ewsdocker/ewsdocker.github.io GitHub Wiki
-
Preliminary Documentation - December 19, 2020.
- Intel oneAPIBase Toolkit
-
The Intel oneAPIBase Toolkit for Cross Architecture Development.
apt autoremove intel-hpckit intel-basekit
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
add-apt-repository "deb https://apt.repos.intel.com/oneapi all main"
apt-get update
apt install -y intel-basekit
apt-cache pkgnames intel
or
apt-cache pkgnames intel | grep kit$
apt-cache pkgnames intel | grep kit | grep -v runtime
apt-cache pkgnames intel | grep intel-oneapi | grep -v intel-oneapi-runtime
apt-cache pkgnames intel | grep intel-oneapi-runtime