Debian10 LXDE Intel oneAPIBase - ewsdocker/ewsdocker.github.io GitHub Wiki

Debian 10 + Intel oneAPIBase Toolkit

    Preliminary Documentation - December 19, 2020.

Intel oneAPIBase Toolkit

The Intel oneAPIBase Toolkit for Cross Architecture Development.
Install the Repository

  • Remove any installed oneAPIBase Toolkit Artifacts
  • Install the public key
  • Add the repository
  • Install the Base Toolkit
  • Install the Eclipse IDE

    Listing Repository Contents

  • All Packages
  • Toolkit Packages
  • Standalone Components
  • Runtime Library Packages
  • Resources

  • Intel oneAPIBase Toolkit

  • Install the Repository


      Remove any installed oneAPIBase Toolkit Artifacts

    apt autoremove intel-hpckit intel-basekit  
    

    Install the public key

    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 the repository

    add-apt-repository "deb https://apt.repos.intel.com/oneapi all main"  
    apt-get update
    

    Install the Base Toolkit

    apt install -y intel-basekit
    

    Install Eclipse IDE

      Install the IDE



    Listing Repository Contents

      All Packages

    apt-cache pkgnames intel  
    

    or

    apt-cache pkgnames intel | grep kit$  
    

    Toolkit Packages

    apt-cache pkgnames intel | grep kit | grep -v runtime
    

    Standalone Components

    apt-cache pkgnames intel | grep intel-oneapi | grep -v intel-oneapi-runtime
    

    Runtime Library Packages

    apt-cache pkgnames intel | grep intel-oneapi-runtime
    


    Resources

    ⚠️ **GitHub.com Fallback** ⚠️