David Wright composed on 2025-03-23 13:27 (UTC-0500):

> On Sun 23 Mar 2025 at 01:12:29 (-0400), Felix Miata wrote:

>> Looks perfect, but for 43 things:
>> # rmadison linux-image
>> Command 'rmadison' not found, but can be installed with:
>> apt install devscripts
>> # apt-get install devscripts
>> Reading package lists... Done
>> Building dependency tree... Done
>> Reading state information... Done
>> The following additional packages will be installed:
> [ … ]
>> 0 upgraded, 44 newly installed, 0 to remove and 14 not upgraded.
>> Need to get 3,993 kB of archives.
>> After this operation, 10.3 MB of additional disk space will be used.
>> Do you want to continue? [Y/n] n
>> #

> I would recommend that you add --no-install-recommends to your command
> line. The difference here is dramatic:

>   apt-get install devscripts
>   0 upgraded, 149 newly installed, 0 to remove and 0 not upgraded.

>   apt-get --no-install-recommends install devscripts
>   0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.

I thought I was already doing that (different Testing installation from OP):
# cat /etc/apt/apt.conf.d/00InstallRecommends
APT::Install-Recommends "false";
APT::Install-Suggests "false";
# apt-get install devscripts
...
The following additional packages will be installed:
<lots listed>
Suggested packages:
<lots listed>
Recommended packages:
<lots listed>
...
0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded.
Need to get 6,874 kB of archives.
After this operation, 23.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
#
:~(
-- 
Evolution as taught in public schools is, like religion,
        based on faith, not based on science.

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata

Reply via email to