Install Deb Package On Fedora 17 User New Site
How to Install a .deb Package on Fedora (A Guide for Beginners)
alien --to-rpm video-converter-1.0.deb
due to missing dependencies, read the section on Potential Problems below. install deb package on fedora 17 user new
If an .rpm or Flatpak version does not exist, proceed to the methods below. Method 2: Convert the Package Using Alien
mkdir ~/deb-extract cd ~/deb-extract
What is the you are trying to install? Are you getting a specific error message in the terminal?
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. How to Install a
DEB files are standard archives. Extract the contents using the ar command: ar x package_name.deb Use code with caution. Step 2: Unpack the Data
# Install alien (requires enabling RPM Fusion or building from source) su - yum install alien Are you getting a specific error message in the terminal
Once finished, install the new file: sudo yum localinstall package_name.rpm 3. Extracting the Binary Manually
For the adventurous or desperate user, it is possible to extract the contents of a .deb file manually and place them in the system. This method bypasses the package manager entirely, meaning the system will have no record of the software (making uninstallation difficult) and no dependency checking. The user should create a temporary directory and use ar and tar :