OpenSUSE 15 Leap Convert Deb to Rpm
Hi! The Tutorial shows you Step-by-Step How to Convert Deb to Rpm in openSUSE 15 Leap GNU/Linux.
And Alien for openSUSE is a Program that Converts between the Rpm, Dpkg, Stampede Slp, and Slackware tgz File Formats.
-
1. Terminal Quick Start
How to Quick Start with Command Line on openSUSE
-
2. Installing
To Install Alien Tool.
sudo zypper in alien
-
3. Converting
Finally, to Convert Deb to Rpm on openSUSE
First, to Access the Target, Eg.:cd ~/Downloads
And then to Transform:
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 15 Leap!