how do i do this? like run wine with an ubuntu based distribution
No need for Vulkan support under wine, just install "dxvk", nothing else. This dll alone simulates all DirectX versions (8/9/10/11), emulated Windows programs won't even know that they are actually using Vulkan under the hood.
If you have issues with installing DLLs for wine, then I'd recommend "winetricks". This is a shell script that uses zenity to create a simple GUI and does all the juicy bits for ya.
Start winetricks, select "Select the default wineprefix" / "Install a Windows DLL or component" / search for "dxvk" in the list, check its checkbox and press "OK". This will download, configure and install the latest, no questions asked.
IMPORTANT: do not install any other DX wrappers like galliumnine or the other d3d packages along with dxvk into the same WINEPREFIX, just he dxvk alone otherwise Hell will be unleashed! If you really really need the others, use a different, separate WINEPREFIX.
IMPORTANT: the winetricks package in the Ubuntu repository is always outdated and hence gives lots of 404 errors. Download the latest shell script from their official repo instead:
You must be registered to see the links
and then use "chmod +x winetricks" to make it executable (you should be able to do this by right clicking on it and select Permissions from the popup menu too). No installation needed, this isn't an application, just a script.