Converting an .exe file to a .deb package allows you to install and manage software on Debian-based Linux distributions (like Ubuntu) more easily. However, this process isn't straightforward because .exe files are executable files for Windows, while .deb files are Debian packages for Debian-based Linux systems.
Create a clean workspace:
You cannot “recompile” or “transform” an EXE into a DEB. What you can do is embed the EXE inside a DEB and use a compatibility layer (Wine) to execute it. how to convert exe to deb link
A Debian-based system (Ubuntu, Mint, etc.) with the following installed: Converting an