$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install CUDA in Bodhi Linux 5 64-bit Step By Step

September 7, 2019 | By the+gnu+linux+evangelist.

Pre-Installation Setup

  1. 2. Pre-Installation Testing

    Then Verify on CUDA Capable GPU.

    lspci | grep -i nvidia

    But if you do Not see any NVIDIA hardware on Output then first install:

    sudo update-pciids

    Then try Again…

  2. 3. Installing Dependencies

    Next Install Bodhi Linux’s Kernel Headers.

    sudo apt install linux-headers-$(uname -r)

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  3. 4. Setting Up Repository

    See How Setup CUDA Bodhi Linux Repo Package

    CUDA Repo Setup

    Choose the Ubuntu Release.

Contents