How to Convert Deb to Rpm on Oracle Linux 8
Hi! The Tutorial shows you Step-by-Step How to Convert Deb to Rpm with Alien in Oracle GNU/Linux Enterprise 8.x Desktop.
And Alien for Oracle Linux 8 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 Oracle Linux
-
2. Installing Alien
To Install Alien Tool
Simply play:sudo dnf install alien
-
3. Converting Deb to Rpm
Finally, to Convert Deb to Rpm Package on Oracle Linux
First, to Access the Target, Eg.:cd ~/Downloads
And then to Switch it:
alien -r [myPackage].deb
Just Replace [myPackage] with your actual Package Name.
And then in the Output you\u2019ll find the .rpm Confirmation!
So Now I’m truly Happy if My Guide could Help you to Convert Deb to Rpm in Oracle Linux 8!