Problem installation template debian minimal

hello, I am installing the debian minimal template, at the end of the installation I got this error message and the extensions did not install. I’ve done research and can’t find any results for this kind of problem on qubes os.

[lovely@dom0 ~]$ qvm-run --pass-io -u root deb11min-net "apt install --no-install-recommends -y firmware-iwlwifi qubes-core-agent-networking qubes-core-agent-network-nanager"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package qubes-core-agent-network-nanager
[lovely@dom0 ~]$ sudo qvm-run --pass-io -u root deb11min-net "apt install --no-install-recommends -y firmware-iwlwifi qubes-core-agent-networking qubes-core-agent-network-nanager"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package qubes-core-agent-network-nanager
[lovely@dom0 ~]$ 


The warning is clear - don’t use apt in scripts.
You could use apt-get instead, which does have a stable interface.

On the error, try qubes-core-agent-network-manager, and watch
for typos.

than you,
I tried with apt get , it gives me

[lovely@dom0 ~]$ sudo qvm-run --pass-io -u root deb11min-net “apt-get install --no-install-recommends -y firmware-iwlwifi qubes-core-agent-networking qubes-core-agent-network-manager”
Reading package lists…
Building dependency tree…
Reading state information…
firmware-iwlwifi is already the newest version (20210315-3).
qubes-core-agent-network-manager is already the newest version (4.1.36-1+deb11u1).
qubes-core-agent-networking is already the newest version (4.1.36-1+deb11u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[lovely@dom0 ~]$