This will output several files into your folder, including one usually named data.tar.xz or data.tar.gz . 3. Extract the Software Files
There are a few methods to install DEB packages on Fedora 17:
This extracts the data.tar.gz component directly into the root file system ( / ). The control.tar.gz contains scripts that may need to be manually executed. This method is extremely dangerous for a new user on Fedora 17 because it can overwrite critical system files without warning. It should only be used for simple, self-contained applications that install into a single directory like /opt , and even then, a better solution would be to compile from source. install deb package on fedora 17 user new
sudo rpm -ivh myprogram-version.rpm
How to Install DEB Packages on Fedora (A Guide for Beginners) This will output several files into your folder,
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.
mkdir temp_deb cp package-name.deb temp_deb/ cd temp_deb ar x package-name.deb tar -xzf data.tar.gz -C / The control
Converting packages can cause dependency conflicts. Always check the official Fedora repositories (using yum install ) first. Root Access: You will need to use sudo for these commands. Step 1: Install alien and Build Tools
Because the underlying package management systems are entirely different, Fedora cannot natively install or read a .deb file.
sudo rpm -ivh your-converted-package.rpm
Search the official Fedora repositories using yum search (Note: Fedora 17 used yum , not the modern dnf ).