1.우선 업데이트를 해줘야겠지요

터미널 열고 업데이트 ㄱ ㄱ

sudo yum update


2. RPM fusion repository 등록

rpm 퓨젼 리포지터리를 등록해야 필요한 코덱같은거 깔수있습니다. 리눅스는 기본적으로 무료 OS이기때문에 저작권이 있는 기타등등 코덱같은걸 기본포함하지 않는데요, 요즘 우분투계열들은 기본포함하고 있는배포판도 출시되고있네요.

centos나 fedora는 포함하지 않고있지요..


su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'


3. 필수코덱 설치해줍니다.

sudo yum install gstreamer1-plugins-good gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-base gstreamer1-plugsins-base-tools gstreamer1-plugins-bad-freeworld gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free-extra gstreamer1-libav



 4. 뮤직플레이어, 동영상플레이어 설치

sudo yum install vlc audacious

5. google chrome 설치

google-chrome 설치를 위해 google-chrome.repo 를 만들어줘야합니다.

sudo gedit /etc/yum.repos.d/google-chrome.repo

repo안에 아래 내용을 적어주고 저장합니다.


[google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

크롬을 설치해줍니다.

sudo yum install google-chrome-stable



+ Recent posts