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

How to Install Latest ActivePerl 5.x on openSUSE Linux Easy Guide

May 11, 2017 | By the+gnu+linux+evangelist.

ActivePerl Quick Start on openSUSE Linux





Hello openSUSE User! This Guide shows you Step-by-step How to Install and Getting-Started with the Latest ActiveState ActivePerl 5.x Community Edition for openSUSE GNU/Linux Desktops.

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

The complete ActivePerl Package contains:

  • Perl – binary of core perl distribution
  • Perl Package Manager – Perl extension installer and manager
  • Complete Online documentation

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 and Eclipse Epic IDE for Perl Development on openSUSE Desktop.

Install ActivePerl on openSUSE 32/64-bit Linux - Featured
  1. Open Console Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    Install ActivePerl on openSUSE 32/64-bit Linux - Kde openSUSE Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download Latest ActivePerl Linux Release

    ActivePerl 5.x Linux i686/x8664
  3. Double-Click on Archive and Extract into /tmp

    Install ActivePerl on openSUSE 32/64-bit Linux - KDE ActivePerl Extraction

  4. Installing ActivePerl

    1. Login as SuperUSer

      sudo su

      If Got “User is Not in Sudoers file” then Look:
      Solution

    2. Change to ActivePerl Directory

      cd /tmp/ActivePerl*
    3. Run Installation Script

      ./install.sh

      If Needed Set Install Directory Location.

      Example: /opt/ActivePerl-5-X.

    4. PATH SetUp

      exit
      nano ~/.bashrc

      Append:

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

      Ctrl+x to Save & Exit.

      Load Setting:

      bash
  5. How to Install Eclipse Epic IDE for Perl on openSUSE

    Install Eclipse Epic for openSUSE
  6. How to Install the Latest Aptana Studio IDE for Html5, Javascript, CSS, PHP and Rails

    Install AptanaStudio for openSUSE