Install Deb Package On Fedora 17 User -

Fedora 17 (Beefy Miracle) reached its end of life on July 30, 2013. It uses RPM packages and the yum package manager, not Debian's .deb format. This report assumes a legacy/offline scenario where converting the package is necessary, as direct installation is impossible.

sudo yum groupinstall "Development Tools" sudo yum install perl install deb package on fedora 17 user

This isolates the risk from your host Fedora system. Fedora 17 (Beefy Miracle) reached its end of

: Navigate to the directory containing your .deb file and run: sudo alien -r package_name.deb Use code with caution. Copied to clipboard The -r flag tells Alien to generate an RPM package. install deb package on fedora 17 user

Navigate to the directory containing your .deb file and run:

This generates an .rpm file with a similar name.