Find the answer to your Linux question:
Results 1 to 3 of 3
Like Tree2Likes
  • 1 Post By ryptyde
  • 1 Post By vasile002
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Newbie ryptyde's Avatar
    Join Date
    Apr 2005
    Location
    Tragic City Michigan USA
    Posts
    228
    You don't want to install the "rawhide" repo's. Go here AutoPlus for your needs.

    phil
    Sachal likes this.

  3. #3
    Just 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
    Sachal likes this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...