View previous topic :: View next topic |
Author |
Message |
Blind_Sniper Guru

Joined: 20 Apr 2018 Posts: 370
|
Posted: Thu Jul 15, 2021 7:43 am Post subject: Unneeded packages |
|
|
Hi!
After today emerge --sync / emerge -avuDN world I noticed few new packages that portage tryes to pull in:
Code: | [ebuild N ] acct-group/nullmail-0::gentoo 0 KiB
[ebuild N ] acct-user/nullmail-0::gentoo 0 KiB
[ebuild N ] dev-lang/python-exec-conf-2.4.6:2::gentoo PYTHON_TARGETS="python3_9 (-pypy3) (-python3_10) -python3_8" |
I cheched 'equery d' output to watch wich packages pulling these stuffs, but equery output was empty. So I wondering why do I need these packages ?
May be it's a kind of quest from devs - "try to keep your system clear and sane" ? _________________ GNU is Not Usable |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31558 Location: here
|
Posted: Thu Jul 15, 2021 7:56 am Post subject: |
|
|
The acct-group/nullmail and acct-user/nullmail are used by mail-mta/nullmailer for manage user group, this used to be handled directly in the ebuild.
The dev-lang/python-exec-conf is used by dev-lang/python-exec (see news item) _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
asturm Developer

Joined: 05 Apr 2007 Posts: 9368
|
Posted: Thu Jul 15, 2021 8:11 am Post subject: Re: Unneeded packages |
|
|
Blind_Sniper wrote: | I cheched 'equery d' output to watch wich packages pulling these stuffs, but equery output was empty. |
`equery d` does not work before these packages are actually installed. It is a fast but crude tool. |
|
Back to top |
|
 |
Blind_Sniper Guru

Joined: 20 Apr 2018 Posts: 370
|
Posted: Thu Jul 15, 2021 9:02 am Post subject: |
|
|
So which tool to use if I want to check dependecies? _________________ GNU is Not Usable |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31558 Location: here
|
Posted: Thu Jul 15, 2021 9:04 am Post subject: |
|
|
Run emerge command with also --tree option _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
|