Gentoo Archives: gentoo-user

From: Heiko Baums <lists@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] monitor what application installs
Date: Mon, 25 May 2015 19:27:17
Message-Id: 55637788.3010001@baums-on-web.de
In Reply to: [gentoo-user] monitor what application installs by behrouz khosravi
1 Am 25.05.2015 um 19:59 schrieb behrouz khosravi:
2 > Hello everyone. I am gonna install MATLAB on my box. Is there any way to
3 > monitor what it installs on my machine?
4 > Thanks.
5
6 Best way is to use an ebuild and install it with emerge.
7
8 Then you can check what's installed with:
9 equery files --tree <package name>
10
11 Here is an ebuild for matlab:
12 https://bugs.gentoo.org/show_bug.cgi?id=466140

Replies

Subject Author
Re: [gentoo-user] monitor what application installs Neil Bothwick <neil@××××××××××.uk>