Making AppImage from deb file

Hi All,

The software I use for work is being supplied only in deb package (also exe, rpm, but no ppa) , but I am Manjaro user. Manjaro AUR has got the software, but it is badly outdated, so I think AppImage comes very handly in this situation.

Please, can you recommend me a step by step tutorial of making AppImage from *deb file.

Thank you.

Please ask the author of the application to provide an official AppImage.

If this is not possible, then please check the pkg2appimage tool and examples in the https://github.com/AppImage/AppImages project.

have you tried to download the PKGBUILD (and associated .install files) file and build the update yourself?

no, I didn’t, I did not even know why I may need these.

if the original AUR file is build from the deb package, you may be able to simply update the PKGBUILD file with the updated deb file info and build your package to install the software you need. building arch packages from deb files isn’t that hard. You can also use debtap to build an arch package directly from the deb file

Can you recommend readings about this? I am not professional IT guy, so need to learn a little bit.

Please ask the author of the application to provide an official AppImage.