문제
데비안 아이스위즐 브라우저에서 플래시 실행이 안될때해결책
> 어도비 플래시플레이어를 설치한다.자유소프트웨어 정신에 따라 오픈소스 flash player를 설치할 수도 있으나
현재 버전은 Adobe Flash Player를 완벽하게 대체할 수준은 아니라고 한다.
1) /etc/apt/sources.list에 다음 한줄 추가
deb http://www.backports.org/debian etch-backports main contrib non-free
2) 실행
wget -O - http://backports.org/debian/archive.key | apt-key add -
apt-get update
apt-get -t etch-backports install flashplugin-nonfree
apt-get update
apt-get -t etch-backports install flashplugin-nonfree
Posted by 망고
