Ubuntu – How to install Microsoft Silverlight on Firefox on 12.04

12.04browserfirefoxgoogle-chromemoonlight

I am using Ubuntu 12.04 LTS 64-bit on my system. I am using Mozilla Firefox 37.0 and Google Chrome 41.0 browsers.

I went to http://windows.microsoft.com/en-in/windows-10/about in both browsers. In Chrome I could see the content on the webpage perfectly. In Firefox it asked me to install Microsoft Silverlight. I'm surprised that on Chrome it didn't ask me to install Silverlight.

Please explain me what is Silverlight, why it is needed, and how to install this on my system in an easy, efficient and reliable way?

P.S. Please don't suggest to do anything using WINE as I know it's not a reliable approach.

Thanks in advance.

Best Answer

First,

CLOSE FIREFOX before running these commands !!! open a terminal and type the following commands one by one.

sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update
pipelight-plugin --enable silverlight
sudo pipelight-plugin --create-mozilla-plugins

This will install silverlight in firefox and not in google chrome or chromium as chrome no longer uses those types of plugins.

Finally, some apps may check if you are using windows and all you need to do is use a useragent switcher to circumvent this issue. Look for useragent in firefox addons.

more info:

http://www.webupd8.org/2013/08/pipelight-use-silverlight-in-your-linux.html

and homepage:

http://pipelight.net/cms/about.html

From what I gather, pipelight runs silverlight using wine in the background somehow but this not only works, it works better than silverlight does in Windows and installs as a plugin to your linux browser (not a wine workaround). Tested on netflix and the timewarner cable tv app.

Related Question