Ubuntu – How to install Microsoft silverlight on Ubuntu with wine

microsoftsoftware installationwine

i want to install Microsoft silverlight on ubuntu is there an way for that

Best Answer

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

Silverlight will work in Firefox.

It is actually installation using wine, but it will work in normal browser, not under wine.