I know Linux is very permissive and allows customization at many levels but let's said that I have downloaded some .tar.gz
files like for example phpStorm and Smargit (both have binaries and libraries used by software) and I want to use them as any other software installed through DNF. Where would you place the uncompressed files or how would you do this?
I've found this topic but I am not sure if /opt
is the right place for put this kind of standalone software.
.tar.gz
files) themselves have little bearing on where you should put them, instead the contents are important. Do the tarballs contain binaries? source code? packages? – Centimane Sep 20 '16 at 20:30