怎么在deepin系统中输入命令装flash player?
Tofloor
poster avatar
shunqiziran66
deepin
2020-10-10 02:20
Author
安装了deepin系统后,看视频直播时,提示需要安装flash player,下载了flash_player_linux.x86_64.tar.gz压缩文件后,搜索了安装方法后,必须在终端输入命令,
但按网上的方法输入命令却安不上,网上的方法是打开终端,输入命令解压下载的flash player文件,然后将解压出来的libflashplayer.so文件复制到系统盘中的usr/
lib/mozilla/plugins中,最后修改权限。我的电脑有两个操作系统,所以有两个usr/lib/mozilla/plugins文件,我的deepin系统装在计算机/系统盘中,就是中文名,
在终端中应该输入哪些命令安装flash player?


Reply Favorite View the author
All Replies
残念
deepin
2020-10-10 02:41
#1
本帖最后由 peterzhang1234 于 2020-10-9 22:18 编辑

不建议放在/usr/lib/mozilla/plugins
直接放在 ~/.mozilla/plugins
~ 是主目录
Reply View the author
JerryABCD
deepin
2020-10-10 04:42
#2
实证无论放到~/.mozilla/plugins
还是/usr/lib/mozilla/plugins都有用。
系统盘就是根目录,就是"/"啊
所以直接sudo cp /flash所在位置 /usr/lib/mozilla/plugins即可。不用在意别的。
另一个系统上的需要切换到另一个系统执行相同命令。
Reply View the author
hetian2
deepin
2020-10-10 15:22
#3
sudo apt-get install libflashplugin
执行这条命令就可以了。
Reply View the author