17

I need Silverlight installed on my Ubuntu system, so that I can see some of the Microsoft websites(mainly videos).

Are there any alternatives to Silverlight in Ubuntu? If so, what are they and how do I install them?

falconer
  • 14,868
  • 3
  • 46
  • 67
Ant's
  • 3,780
  • 16
  • 36
  • 50
  • There is a workaround to use Silverlight by using a custom version of `wine`, follow the instructions here: http://askubuntu.com/a/219068/15943 – alfC Dec 13 '12 at 21:48

5 Answers5

18

Moonlight is an open source Silverlight implementation written in Mono. You can download it here: http://www.go-mono.com/moonlight/

Nick Pascucci
  • 1,880
  • 15
  • 15
4

pipelight released and we can use it for silverlight as a best alternative moonlight.

to install that open your terminal and type as

sudo apt-add-repository ppa:ehoover/compholio
sudo apt-add-repository ppa:mqchael/pipelight
sudo apt-get update
sudo apt-get install pipelight
Raja G
  • 100,643
  • 105
  • 254
  • 328
4

Pipelight is the best alternative to Silverlight plugin in Ubuntu. Just open the terminal and add the following repository:

sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install pipelight

There is no need to do anything else. The installed plugin should appear among addons in your Internet browser and you should enjoy watching silverlight videos :) I have tested it in Firefox.

Seth
  • 57,282
  • 43
  • 144
  • 200
yano1969
  • 41
  • 2
2

There is Moonlight that is a project from Novell.

Moonlight is available in different forms:

Micro
  • 2,158
  • 15
  • 10
1

After you install pipelight, you also need to run two commmands with Ubuntu 14.04, as per this IT World page.

sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install pipelight
sudo pipelight-plugin --update
sudo pipelight-plugin --enable silverlight

I have tested this with Amazon instant video and it works!

HarlemSquirrel
  • 3,681
  • 8
  • 36
  • 48