Debian
[email protected]:~# cat /etc/debian_version
8.2
[email protected]:~#
[email protected]:~# arch
x86_64
[email protected]:~#
install_flash_player_11_linux.x86_64.tar.gz
[email protected]:~# mkdir flash_player
[email protected]:~#
[email protected]:~# tar -zxvf install_flash_player_11_linux.x86_64.tar.gz -C flash_player/
[email protected]:~#
Iceweasel
[email protected]:~# cp -r flash_player/usr/. /usr/
[email protected]:~#
[email protected]:~# dpkg -l | grep iceweasel
[email protected]:~#
[email protected]:~# dpkg -L iceweasel | grep /plugins
/usr/lib/mozilla/plugins
[email protected]:~#
[email protected]:~# cp flash_player/libflashplayer.so /usr/lib/mozilla/plugins/
[email protected]:~#
时间: 2024-10-11 02:33:56