Merhaba Pardus sevenler. Sağlık Bakanlığı ETYS (Elektronik Tüberküloz Yönetim Sistemi) ya da E-Devlet gibi uygulamalarda bulunan Silverlight eklentisi için kurulum yollarını anlatacağım. Anlatım PPA ile olacak.
Sırasıyla aşağıdaki komutları çalıştırın :
32 bit sistemler için :
sudo sh -c ‘echo “deb Index of /debian wheezy main contrib” >> /etc/apt/sources.list’
sudo sh -c ‘echo “deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./” >> /etc/apt/sources.list’
wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key
sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install pipelight-multi
sudo pipelight-plugin --update
sudo pipelight-plugin --enable silverlight
64 bit sistemler için :
sudo dpkg --add-architecture i386
sudo sh -c ‘echo “deb Index of /debian wheezy main contrib” >> /etc/apt/sources.list’
sudo sh -c ‘echo “deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./” >> /etc/apt/sources.list’
wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key
sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install pipelight-multi
sudo pipelight-plugin --update
sudo pipelight-plugin --enable silverlight
Bu işlemlerden sonra Yazılım Merkezini ya da Firefox web tarayıcısını açınca kısa bir süre bekleyiniz. Silverlight kendini aktifleştirmeye başlayacaktır.
Tüm bu işlemlere rağmen Firefox ile silverlight kullanamazsanız ve sizi silverlight sayfasına yönlendirirse Firefoxu kapatın ve aşağıdaki komutu çalışrırın :
sudo pipelight-plugin --create-mozilla-plugins
Ondan sonra kullanabilirsiniz. Kolay gelsin.