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

How to Install ActivePerl 5 on Lubuntu 18.04 Bionic LTS Gnu/Linux Easy Guide

June 25, 2018 | By the+gnu+linux+evangelist.

ActivePerl 5 Lubuntu 18.04 Installtion Guide

Hi! The Guide shows you How to Install ActiveState ActivePerl 5.x Community Edition for Lubuntu 18.04 Bionic LTS GNU/Linux Desktop/Server.

ActivePerl is the industry-standard, commercial-grade Perl distribution.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The content and details are expressly reduced to give Focus only to the Essentials Instructions and Commands and Make Tut Easier to Read and Digest ;)

Finally, to the article Bottom Link to Install the Latest Aptana Studio IDE and Eclipse Epic IDE for Perl Development on Lubuntu 18.04 Bionic Desktop.

Install ActivePerl 5.X on Lubuntu 18.04 Bionic - Featured
  1. Open a Shell Terminal emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    How to Install ActivePerl 5.x on Lubuntu 18.04 Bionic LTS - open terminal
  2. Download ActivePerl 5.x Linux Release

    ActivePerl 5.x Linux
  3. Double-Click on Archive and Extract into /tmp
    Install ActivePerl 5.X on Lubuntu 18.04 Bionic - ActivePerl Extraction
    Or from Command Line:

    tar xvfz ActivePerl-5*.tar.gz -C /tmp/
  4. Installing ActivePerl

    1. Change to ActivePerl Directory

      cd /tmp/ActivePerl*
    2. Run Installation Script

      sudo su -c ./install.sh

      If Needed Set Install Directory Location.

      Example: /opt/ActivePerl-5-X.

    3. PATH SetUp

      nano $HOME/.bashrc

      Append:

      export PATH=/opt/ActivePerl-5.*/bin:$PATH

      Ctrl+x to Save & Exit.

      Load Setting:

      bash
  5. How to Install Eclipse 2023-12 R IDE Epic IDE for Perl on Lubuntu

    Install Eclipse Epic for Lubuntu
  6. How to Install Aptana Studio 3 IDE for Html5, Javascript, CSS, PHP and Rails

    Install AptanaStudio3 for Lubuntu