анонс 1.0 версии рапера
http://www.opennet.ru/opennews/art.shtml?num=16724привел к желанию его установить

берем пакеты отсюда
http://gwenole.beauchesne.info//en/projects/nspluginwrapperони rpm
натравливаем alien -c <имя пакета>
модифицируем скрипт -
http://ubuntuforums.org/showpost.php?p=2976061&postcount=57на такой (что бы заинсталить новую версию, а не из репозитария)
#!/bin/bash
#remove old packages installed from the Feisty script (can comment out if new install)
sudo apt-get -y remove nspluginwrapper nspluginwrapper-i386
#install needed packages
#sudo apt-get -y install nspluginwrapper
sudo dpkg -i nspluginwrapper_*_amd64.deb nspluginwrapper-i386_*_amd64.deb
#make working directory
sudo mkdir /tmp/nsplugwrapper
#move to working directory
cd /tmp/nsplugwrapper
#Get Flash and place it
sudo wget -c
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gzsudo tar -xzvf install_flash_player_9_linux.tar.gz
sudo mv -f /tmp/nsplugwrapper/install_flash_player_9_linux/libflashplayer.so /usr/lib/mozilla/plugins/
sudo mv -f /tmp/nsplugwrapper/install_flash_player_9_linux/flashplayer.xpt /usr/lib/mozilla/plugins/
#make wrapped plugin
nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
sudo rm /usr/lib/firefox/plugins/npwrapper.libflashplayer.so
sudo ln -s /usr/lib/mozilla/plugins/npwrapper.libflashplayer.so /usr/lib/firefox/plugins/
#Clean up files
sudo rm -fdr /tmp/nsplugwrapper
#warn to restart browser
echo
echo
echo
echo
echo "The plugin wrapper has been installed"
echo "You will need to restart Firefox for the changes to take effect"