I am trying to convert .rpm to .deb using alien command:
sudo alien <name of package>.rpm
But it's just create a directory that has the same name but never get .deb to install it
There is no errors while converting it
How could I get .deb?