Convert Deb Package to rpm.
To use deb packages in Opensuse, the deb package translator alien package is used.
You can download the program, which is not included in the package repository, from the portal.
https://software.opensuse.org/package/alien
https://software.opensuse.org/download/package?package=alien&project=home%3AMaxxedSUSE
You can download and install the rpm package directly.
Grab binary packages directly
After installation, you can easily convert the deb package you want to rpm from the command line.
sudo alien -r **.deb
rpm package will be created.
No comments