All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:22, 13 August 2026 Tacoball talk contribs created page LM/Install oneAPI (Created page with "<syntaxhighlight lang="bash"> # Install required tools sudo apt update sudo apt install -y wget gnupg ca-certificates # Create dir for keyrings sudo mkdir -m 0755 -p /etc/apt/keyrings # Download public key for Intel SW Products, and convert into GPG format. wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \ | gpg --dearmor | sudo tee /etc/apt/keyrings/oneapi-archive-keyring.gpg > /dev/null # Add apt source echo "deb [signed-by=/etc...")