Am 25.05.2015 um 19:59 schrieb behrouz khosravi: > Hello everyone. I am gonna install MATLAB on my box. Is there any way to > monitor what it installs on my machine? > Thanks.
Best way is to use an ebuild and install it with emerge. Then you can check what's installed with: equery files --tree <package name> Here is an ebuild for matlab: https://bugs.gentoo.org/show_bug.cgi?id=466140