I pretty sure everybody knows Alien (package converter)! rpm to deb, rpm to tgz, deb to tgz, etc. Sadly, no longer maintained, but still working in Ubuntu. But its' GUI named Package Converter doesn't work in Ubuntu 16.04. It installs just fine, but it won't start. Any solution for that???
I'm not such a linux savvy to use Alien in a terminal window, graphical interface would help me a lot. Thanks.
The alien syntax is pretty simple. I didn't even know it had a GUI. Maybe this will help.
pwd
Print Working Directory, shows you where you are in the filesystem. / is the root or base of the filesystem. You should start off in /home/your_user_name/ when you open a terminal window.ls
List, shows what is in the current directory.cd
Change Directory, lets you move around the file system.Download the RPM you want to convert to your Downloads folder, then go there in the terminal like so:
cd /home/your_user_name/Downloads/ ls -al
This will take you to your Downloads directory and let you see the file with all it's properties. With the alien and rpm packages installed do this:
Now you should be able to install it if you have all the dependencies:
dpkg -i packagename.deb
Its too bad it isn't maintained any more. Alien is pretty awesome.