How to Change *.rpm file to *.deb ? use the alien software, if it not installed yet, install please with typing the code below on terminal ...
How to Change *.rpm file to *.deb ?
use the alien software, if it not installed yet, install please with typing the code below on terminal
$sudo apt-get install alien
if it already installed you can excecute the file, for example file_version.1.0.2.rpm
$sudo alien file_version.1.0.2.rpm
then file_version.1.0.2.rpm was convert to file_version.1.0.2.deb
Ok. be success
use the alien software, if it not installed yet, install please with typing the code below on terminal
$sudo apt-get install alien
if it already installed you can excecute the file, for example file_version.1.0.2.rpm
$sudo alien file_version.1.0.2.rpm
then file_version.1.0.2.rpm was convert to file_version.1.0.2.deb
Ok. be success