Use alien to convert the package:

# Install alien (requires enabling RPM Fusion or building from source)
su -
yum install alien

Solution: On Fedora 17, there is no safe GUI to install .deb files. Right-clicking the .deb and selecting "Open with Archive Manager" will only extract the files (like a zip), but it will not install the program into your system.

To extract manually (for standalone apps only):

This is messy and not recommended for new users.


The first and most advisable action for the Fedora 17 user is to not install the .deb package at all. Instead, the user should seek a native .rpm package for the same software. Fedora 17, like all Fedora releases, has access to extensive official repositories (the main fedora repository and the updates repository) as well as third-party repositories like RPM Fusion (for multimedia, drivers, and other legally encumbered software). The user should use the yum command to search for the software:

su -c 'yum search <keyword>'

If found, installation is trivial:

su -c 'yum install <package-name>'

If the software is not in the standard repositories, the user should check the software vendor’s website for an official .rpm package or a repository file (.repo) that can be added to /etc/yum.repos.d/. Only if an .rpm package does not exist at all should the user consider the more complex solutions below.

Related Posts

One thought on “TOP 7 Free Digital Planners 2023

  1. install deb package on fedora 17 user new Merikkuma says:

    Thank you for featuring my planner here <3

Leave a Reply

Your email address will not be published. Required fields are marked *