Fedora 4 extras - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 4 (https://www.linux-noob.com/forums/forum-42.html) +---- Thread: Fedora 4 extras (/thread-2512.html) |
Fedora 4 extras - Randall - 2005-08-03 I get alot of questions like. How to do I install mp3 support and how do I play a dvd movie in Fc4. Well I have a simple how to to help you play that movie and or mp3. First run this command as su(root). This will install the livna rpms wich have tons of apps Code: rpm -ihv http://rpm.livna.org/fedora/4/i386/RPMS.lvn/livna-release-4-0.lvn.7.4.noarch.rpm Second Run this. freashrpms also have a lot of a huge libary of apps Code: rpm -ihv http://ayo.freshrpms.net/fedora/linux/4/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm Now lets install the Mp3 plugins Code: yum -y install xmms-mp3 gstreamer-plugins-mp3 libmad libid3tag Now if you want a CD ripper I like grip its has a nice gui and it works. Code: yum -y install grip Now lets install the Flash Plugin Code: vi /etc/yum.repos.d/flash.repo paste the following into that blank file Quote:[macromedia]name=Macromedia for i386 Linuxbaseurl=http://macromedia.mplug.org/rpm/ Code: yum -y install flash-plugin Now lets get some dvd action. this will install xine and everything else you need to play dvds. note this will install dvd libraries so you can use dvd with any other program that supports dvd. I just find that xine to be nice. Code: yum -y install xine xine-lib xine-skins Now lets say you want to play a QuickTime, AVI or ASF well mplayer will do that. Code: yum -y --disablerepo=livna install mplayer mplayer-skins mplayer-fonts Now for the windows 32 codecs. This will install everything you need to play most everything you can think of. Code: wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-20050412.tar.bz2 Now lets install the mpayer plugin for Internet Browsers Code: yum -y install mplayerplug-in Now lets install Java Code: For the newest version of java. Go to Sun http://java.sun.com/j2se/1.5.0/download.jsp and download the Jre self extracting rpm. (referred to as JRE 5.0 Update 4 includes the JVM technology.The J2SE Runtime Environment (JRE) allows end-users to run Java applications. ) to verify Java is properly installed in Firefox type Code: about:plugins in the address bar, scroll down and you should see this Quote:Java Plug-in 1.5.0_04-b05 Now lets say your have windows xp and want to access the information. this will allow your read it only. and you have to do this everytime you update your kernel. Code: yum -y install kernel-module-ntfs Now this should get you started happy Fc4ing :) Fedora 4 extras - anyweb - 2005-08-04 fantastic thanks randall ! i really hope you do more like this :) moved to Fedora and pinned cheers anyweb Fedora 4 extras - anyweb - 2005-11-29 for some reason livna updates got confused on my fc4 box, this resulted in up2date failing to work at all and always erroring out complaining about livna whether livna was selected or not from 'available updates' to fix this I had to do as follows:- Quote:[root@localhost ~]# rpm -e livna-release-4-0.lvn.5.4[root@localhost ~]# rpm -ivh [/url]http://rpm.livna.org/fedora/4/i386/RPMS.lv....7.4.noarch.rpm the above should remove the 'old' version of livna's update RPM and replace it with the current one from here http://rpm.livna.org/fedora/4/i386/RPMS.lvn/ after the above is done you should be able to run up2date successfully again, i've replaced the old Livna RPM mentioned in Randall's howto above with the current one (at time of writing dec/2005) which is [url=http://rpm.livna.org/fedora/4/i386/RPMS.lv....7.4.noarch.rpm]http://rpm.livna.org/fedora/4/i386/RPMS.lv....7.4.noarch.rpm cheers anyweb Fedora 4 extras - fedoracore4 - 2006-03-16 I don't have any idea what I'm doing but I keep getting "no match arguement" "nothing to do". For example... I tried inputting yum -y install xine xine-lib xine-skins in a terminal as root and it seemed like it was going good until I got... No Match for argument: xine No Match for argument: xine-lib No Match for argument: xine-skins Nothing to do Do I really just type in those commands? Shouldn't I download some file to install or something? Fedora 4 extras - anyweb - 2006-03-16 hi did you follow all the steps in the tutorial above ? cheers anyweb |