MX Linux Convert Deb to Rpm
Hi! The Tutorial shows you Step-by-Step How to Convert Deb to Rpm in MX GNU/Linux.
And Alien for MX Linux 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 MX GNU/Linux
-
2. Installing
To Install Alien Tool.
sudo apt install alien
-
3. Converting
Finally, to Convert Deb to Rpm on MX Linux
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 MX Linux!