Engineer/Linux
우분투에서 ASF 실행 방법
mjune.kim
2012. 4. 21. 13:29
Window 특허권 문제 때문에 기본적으로 설치되지 않는 코덱들이 있다. medibuntu라는 프로젝트에서 이런 코덱들을 따로 추가할 수 있도록 저장소를 제공해주고 있다
$> sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
미디분투 저장소를 추가하고 인증키를 추가하고 패키지 목록을 받아오는 명령들 입니다.
위 명령이 잘 실행되셨으면 smplayer와 w32codecs를 설치 합니다. w32codecs는 그야말로 코덱이고, smplayer는 mplayer의 모양새를 좀 다듬어서 사용하기 쉽게 만들어놓은 프로그램 입니다. smplayer는 미디분투 저장소에 있는 것은 아니고 원래 우분투 저장소 있습니다.
sudo apt-get install smplayer w32codecs
출처: 우분투 한국 사용자 모임