I recently was interested in modding, and I needed to install unity. I did that, and I run the .deb file, it comes up to the 'install software' application, then it says 'can't install Unity. Not supported'. Don't know why. I was able to run this VERY same .deb file on my old OS (MX Linux) but can't now...
Please help,
Thanks,
Ring Games
dpkg
requires all depends requirements to be installed before-hand, or at the same time (ie. using the samedpkg
command). That's the benefit ofapt
in it'll handle depends requirements (if available in your sources). – guiverc Oct 02 '20 at 01:38