How to Install Cevelop on Linux Mint 19

April 11, 2019 | By the+gnu+linux+evangelist.

Cevelop Linux Mint 19 - Installing

  1. 3. Installing Cevelop

    So now, Extract Cevelop directly into the Target with one Command:

    sudo tar xvzf ~/Downloads/cevelop*.tar.gz -C /opt/

    (If downloaded with Firefox it may be instead into the /tmp/mozilla* folder)
    Then Set the SuperUser as Owner with:

    sudo chown -R root:root /opt/cevelop*

    Finally, Make a Symlink to Easy Launching from Shell:

    sudo ln -s /opt/cevelop[x.y.z]/cevelop.sh /usr/local/bin/cevelop

    Replace [x.y.z] with the actual Version in the above!
    Use the ‘Tab’ Key to Autocomplete the Command on Shell.

  2. 4. Oracle Java JRE Setup

    First, Check if Java is Already Installed:

    java --version

    If Yes then in the Output you should Find the Version! Otherwise See below…
    How to Install Required Oracle Java on Linux Mint

    Installing Java for Linux Mint

QuickChic Theme • Powered by WordPress