I need to install some proprietary package from some vendor (i.e. nvidia, cisco, ...). I have some binary installation file which copy files to my filesystem during installation (to /usr/share/, /etc/, /usr/bin/, ...). But I don't know what and where exactly. When I want to install this APP there is not uninstall binary file and there could be problem with removing files of APP.
Is in Linux some tool(s) which can track where files are copied?
I would like to find some general solution without dependence on Linux distribution. My vision is something like track ./install.bin and output will be files which were manipulated.
On system I don't have tools like locate.
find? With POSIX compliant options, you could use it in all distros