tar -xf data.tar.xz # or data.tar.gz
sudo yum install epel-release
This tool generates a brand new .rpm file in the same directory. Step 3: Install the New RPM Install the converted package using yum : sudo yum localinstall package_name.rpm Use code with caution. Method 2: Extract the DEB File Manually install deb package on fedora 17 user new
# Install alien (requires enabling RPM Fusion or building from source) su - yum install alien tar -xf data
Installing a .deb package on Fedora 17 can be tricky because Fedora uses the package format, while .deb files are designed for Debian-based systems like Ubuntu. install deb package on fedora 17 user new
alien --to-rpm --scripts package-name.deb
sudo yum -y localinstall your-converted-package.rpm