Install Deb Package On Fedora 17 User New New! Official

ls *.deb Tell alien to convert the file. The -r flag means "convert to RPM." The -k flag keeps the version number intact.

su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-17.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-17.noarch.rpm' When prompted, enter your root password. Alien is the magic tool that converts .deb to .rpm . install deb package on fedora 17 user new

Search on rpmfind.net for your program with "Fedora 17." install deb package on fedora 17 user new

su -c 'yum install alien' Type y when asked "Is this ok [y/N]". Do not try to install the .deb directly. Follow these steps exactly. Step 1: Locate your .deb file Assume your file is called my_program.deb and it is sitting in your Downloads folder. Step 2: Navigate to the Downloads folder cd ~/Downloads List the files to confirm it is there: install deb package on fedora 17 user new