He looked at the file: video-converter-1.0.deb . The moment of truth had arrived. The forums recommended converting the file to an RPM first, rather than installing it directly, to avoid potential disasters. He typed the command:
Assume your file is called my_program.deb and it is sitting in your Downloads folder.
Alien is a command-line program that converts between different Linux package formats. Open your terminal and run the following commands. Update your system repositories: sudo yum update Use code with caution. install deb package on fedora 17 user new
Flatpaks are universal Linux packages. They run in a sandbox and work perfectly on Fedora without any compatibility issues. Open your in Fedora. Search for the application name. If available, click Install .
Alien is a utility that converts between different Linux package formats like Fedora Discussion Open Terminal : Use the shortcut Ctrl + Alt + T or find it in your applications menu. Install Alien : In Fedora 17, you use (the predecessor to sudo yum install alien Use code with caution. Copied to clipboard Convert the .deb to .rpm : Navigate to the folder containing your file and run: sudo alien -r package_name.deb Use code with caution. Copied to clipboard Note: Replace package_name.deb He looked at the file: video-converter-1
Here's how to use alien to install a DEB package on Fedora 17:
You cannot click and install a DEB file directly on Fedora. However, you can convert the package or extract its contents to make it work. Method 1: Convert DEB to RPM Using Alien He typed the command: Assume your file is
This command unpacks several files, including data.tar.xz or data.tar.gz . Step 2: Unpack the Data Archive Extract the data archive to view the application folders: tar -xf data.tar.xz Use code with caution. Step 3: Move Files to System Directories
Replace filename.deb with the actual name of your file: sudo alien -r filename.deb Use code with caution.
Before trying to convert files, check if an RPM version of your software exists.
The command to use is yum localinstall , which tells yum to treat a local RPM file as if it were from an online repository: