OpenSUSE 42 Convert Deb to Rpm
Hi! The Tutorial shows you Step-by-Step How to Convert Deb to Rpm in openSUSE 42 GNU/Linux.
And Alien for openSUSE is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats.
-
To Install Alien Tool.
sudo zypper in alien
-
Finally, to Convert Deb to Rpm on openSUSE.
cd ~/Downloads
alien -r [myPackage].deb
Just Replace [myPackage] with your actual Package Name.
And then in the Output you’ll find the .rpm Confirmation!
So Now I’m truly Happy if My Guide could Help you to Convert Deb to Rpm in openSUSE 42!