Install Flash 10 di Ubuntu Hardy Heron
Tadi baru abis install Hardy Heron, sebelumnya pake faeisty fawn dan aman2 ajah. Setelah pake hardy heron awalnya mau buka detik dan tampilan2 flash gak muncul karena belum terinstall. Trus coba install dengan nge klik install plugin terdapat error dimana url-nya gak ada. lalu aku coba browse dan cari dapat plugin di :
http://id.archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-nonfree_9.0.115.0ubuntu4_i386.deb
setelah download, coba instaal juga gak bisa jalan karena error (lupa errornya apa tadi
)
akhirnya aku tanya2 ma oom google, diarahkah untuk install flash 10 ajah, dan di beri rekomendasi link : hubuntuforums.org
lalu coba ikuti langkah2 yang diberikan :
Download Flash 10 trus simpan di desktop, kalo tersimpan di tempat lain maka pindahin ke desktop. Kemudian buka terminal dan ikuti langkah2 berikut:
Code:
sudo apt-get purge flashplugin-nonfree sudo rm -f /usr/lib/firefox-addons/plugins/libflashplayer.so sudo rm -f /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so cd ~/Desktop tar -xzvf flashplayer10_install_linux_051508.tar.gz install_flash_player_10_linux sudo mv -f ~/Desktop/install_flash_player_10_linux/libflashplayer.so /usr/lib/firefox-addons/plugins/ sudo nspluginwrapper -i /usr/lib/firefox-addons/plugins/libflashplayer.so sudo ln -s /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/
support@support:~$ sudo apt-get purge flashplugin-nonfree [sudo] password for support: E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? support@support:~$ sudo apt-get purge flashplugin-nonfree Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libavutil1d libflashsupport libboost-thread1.34.1 libsoup2.2-8 libboost-date-time1.34.1 libswscale1d libswfdec-0.5-4 libgsm1 libavcodec1d libmad0 Use 'apt-get autoremove' to remove them. The following packages will be REMOVED: flashplugin-nonfree* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 168kB disk space will be freed. Do you want to continue [Y/n]? y (Reading database ... 113448 files and directories currently installed.) Removing flashplugin-nonfree ... Purging configuration files for flashplugin-nonfree ... support@support:~$ sudo rm -f /usr/lib/firefox-addons/plugins/libflashplayer.so support@support:~$ support@support:~$ sudo rm -f /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so support@support:~$ cd ~/Desktop support@support:~/Desktop$ tar -xzvf flashplayer10_install_linux_051508.tar.gz install_flash_player_10_linux install_flash_player_10_linux/ install_flash_player_10_linux/libflashplayer.so install_flash_player_10_linux/flashplayer-installer support@support:~/Desktop$ sudo mv -f ~/Desktop/install_flash_player_10_linux/libflashplayer.so /usr/lib/firefox-addons/plugins/ support@support:~/Desktop$ sudo ln -s /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/ support@support:~/Desktop$
Related posts:




