Install Deb Package On Fedora 17 User New [2021] Review
| Step | Action | Success Chance | | :--- | :--- | :--- | | 1 | Install alien | 100% | | 2 | Convert .deb to .rpm | 70% (depends on package complexity) | | 3 | Install .rpm on Fedora 17 | 40% (due to missing dependencies) | | 4 | Program actually runs | 10% |
Search using the command yum search [package-name] .
If you're not comfortable with the methods described above, you can always search for alternative RPM packages or contact the software vendor for a Fedora 17-compatible package. install deb package on fedora 17 user new
su -c 'alien -rk my_program.deb'
Note that using dpkg on Fedora 17 may not work as expected, as it's designed for Debian-based systems. | Step | Action | Success Chance |
Open your terminal and run: sudo yum install alien
su -c 'yum search <keyword>'
Navigate to the folder containing your .deb file and run: sudo alien -r package_name.deb






