How to Install CLion on Linux Mint 19 Easy Guide

March 30, 2019 | By the+gnu+linux+evangelist.

CLion Linux Mint 19.x Tara/Tessa/Tina/Tricia - Setting Up

  1. 4. Fixing Permissions

    Again to Set Ownership to SuperUser
    Simply play:

    sudo chown -R root:root /tmp/CLion*
  2. 5. Relocating CLion IDE

    Now to Setup CLion IDE
    Switch contents with:

    sudo mv /tmp/CLion* /opt/
  3. 6. Amending User’s Path

    Again Append CLion into the Path (Optional)
    This is strictly needed only to Work with CLion from Command Line:

    echo 'export PATH=$PATH:/opt/clion/bin' >> ~/.bashrc

    Reload the Path with:

    bash

QuickChic Theme • Powered by WordPress