How to install Flash on kali

来自linux中国网wiki
Evan讨论 | 贡献2019年10月14日 (一) 13:48的版本 (导入1个版本)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

正文


To install flash issue these commands:
apt-get install flashplugin-nonfree



Optionally to update flash:
Code:

update-flashplugin-nonfree --install

https://get.adobe.com/cn/flashplayer/
tar xvf  flash_player_npapi_linux.x86_64.tar.gz

#You forgot to let them know to follow with the command:

sudo cp libflashplayer.so /usr/lib/mozilla/plugins/ 

参考

https://forums.kali.org/showthread.php?287-How-to-install-Flash-Simple-steps!