您的位置:首页 > 运维架构 > Linux

Linux----How to install flash player in debian?

2009-01-09 13:31 477 查看
there are two ways to install flash player in debian:
1.  go to website: http://www.adobe.com/products/flashplayer/productinfo/instructions/     read the section"Installation instructions for tar.gz"
    then do it following this instruction.
    unfortunnately, it doesnot work on my system.

2.  add  deb http://www.backports.org/debian etch-backports main contrib   into /ect/apt/sources.list
    apt-get update
    apt-get install flashplugin-nonfree

    then, we will start iceweasel/epiphany, browse www.youtube.com, we can enjoy the vedio on this website!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  flash website debian deb go