Results 1 to 3 of 3
Hi, i want to install rpm for playing songs in fedora 15. after looking around i got some steps as follows:
su -c 'yum localinstall --nogpgcheck www/download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm www//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
Problem is ...
- 10-15-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 1
help in fedora 15
Hi, i want to install rpm for playing songs in fedora 15. after looking around i got some steps as follows:
su -c 'yum localinstall --nogpgcheck www/download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm www//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
Problem is that, i dnt have net connection now but i have downloaded both free and nonfree rpm and saved it to Downloads directory. I am new user of linux so can u plz tell me how to install it? plz give detailed steps i.e how to install it and code for changing directory or anything. please help me. i cant live without music.
- 10-15-2011 #2
You don't want to install the "rawhide" repo's. Go here AutoPlus for your needs.

phil
- 10-15-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 50
to change directory:
cd /path/to/dir
to install rpm:
rpm -vhi /path/to/file1.rpm /path/to/file2.rpm /path/to/file2.rpm
the rpm install needs to be done as root


2Likes
Reply With Quote