Skip to main content

Install Deb Package On Fedora 17 User New -

su -c 'alien -rk my_program.deb'

You may find a blog post telling you to run this command as root:

Alex opened the terminal. He was greeted by the familiar prompt: [alex@fedora17 ~]$ install deb package on fedora 17 user new

Since you are a new user on Fedora 17, you need to enable the right repositories to get the conversion tools. Fedora 17 uses yum (not dnf ).

First, we need to install alien and the necessary build tools to convert the package. Open your terminal and run the following command: sudo yum install alien dpkg Use code with caution. su -c 'alien -rk my_program

Extract the data archive to reveal the actual application folders (such as usr , bin , or share ): tar -xf data.tar.xz Use code with caution. 4. Run or Move the Binaries

This method requires more technical expertise, but provides the flexibility to install packages that are not available in RPM format. First, we need to install alien and the

You will need root privileges. Type the following command: sudo yum install alien Use code with caution.

"It worked!" Alex whispered to himself. He had successfully transformed a Debian package into a Fedora package.