Install Deb Package On Fedora 17 User New Guide

Replace package-name.deb with the actual filename. Alien will take a few moments to convert the file. Once finished, it will output a new file ending in .rpm in the same folder. 5. Install the New RPM Package

sudo yum install alien

However, Fedora 17 uses yum as its package manager. Therefore, the command to install alien is: install deb package on fedora 17 user new

Using localinstall is better than rpm -ivh because it will attempt to go online and find any missing "dependencies" (helper files) required to make the software run. Important Warnings for New Users

It sounds like you're asking how to install a .deb package on as a new user . Replace package-name

However, as a new user, you can still get these files working by "translating" them into a format Fedora understands. Here is the step-by-step guide to getting it done. Phase 1: Understand the Limitation

The -i flag tells alien to automatically run the package manager to install the converted package. This can be convenient, but it's often less transparent than the two-step process. Important Warnings for New Users It sounds like

Navigate to the folder containing your .deb file and run: sudo alien -r your_package_name.deb Use code with caution. Copied to clipboard The -r flag tells Alien to convert the file into an RPM.