Install Deb Package On Fedora 17 User New Info
sudo yum localinstall your-converted-package.rpm
The most common way to attempt this is by using a tool called , which converts packages into Fedora Discussion Steps for Fedora 17: Install Alien: Open your terminal and use the YUM package manager (the default in Fedora 17). sudo yum install alien Use code with caution. Copied to clipboard Convert the Package: (to RPM) flag. sudo alien -r your_package.deb Use code with caution. Copied to clipboard Install the Converted RPM: sudo yum localinstall your_package.rpm Use code with caution. Copied to clipboard Critical Warning: This process is not foolproof install deb package on fedora 17 user new
Because Fedora 17 uses and Debian uses DPKG/APT , you cannot simply double-click a .deb file. Instead, we must use a tool to convert the package format. sudo yum localinstall your-converted-package