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

How to Install Silverlight on Xubuntu 16.04 Xenial Easy Guide

October 4, 2016 | By Duchateaux.

Installing Silverlight for Xubuntu 16.04

Hi! The Tutorial shows you Step-by-Step How to Install Silverlight Support for Firefox and Opera Web Browsers by the Pipelight Package on Xubuntu 16.04 Xenial Xerus LTS GNU/Linux Desktop.

Pipelight allows one to run Windows browser plugins in the context of Linux browsers.

Especially relevant: Pipelight has been Discontinued and is Not Working in PPAPI Browsers with the best Security features.

To Achieve this Pipelight do:

  • Connects the Windows DLL with the Linux process
  • Translates between platform dependent differences on the NPAPI
  • Uses a Patched Wine version

Pipelight needs to start Wine to execute the pluginloader. This May Slow down the Start of your Browser.

How to Install Silverlight on Xubuntu 16.04 Xenial Easy Guide
  1. 1. Launching Terminal

    First, Open a Shell Terminal emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    How to Install Silverlight on Xubuntu 16.04 - Open Terminal

    In case first see: Terminal QuickStart Guide.