<aside> 🧸 本文简单说明了如何用轮椅跑路。
</aside>
Documents https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-documentation.html
添加密钥
sudo apt update
sudo apt install -y gpg-agent wget
# download the key to system keyring
wget -O- <https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB> | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] <https://apt.repos.intel.com/oneapi> all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
sudo apt update
install via apt
sudo apt install intel-cpp-essentials
更多 Toolkit 可查阅https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2025-2/base-apt.html