#1118384 wget no longer default package in trixie

#1118384#5
Date:
2025-10-19 02:36:47 UTC
From:
To:
Debian Trixie ships wcurl instead of wget by default which is a wrapper for curl. wget is no longer a default package upstream.

Bug: debootstrap is depending on wget and therefore is broken on default trixie environments.

Solution: replace hardcoded wget with curl commands

Have a nice day!
Mecid Urganci
GitHub.com/Heymeco

#1118384#10
Date:
2025-10-19 03:03:59 UTC
From:
To:
Mecid Urganci <mecid@mecomediagroup.de> (2025-10-19):

debootstrap uses wget *and* depends on it, so I'm not sure what the
problem would be?

    (trixie-amd64-devel)kibi@tokyo:~$ apt-cache show debootstrap|grep ^Depends:
    Depends: wget, distro-info


Cheers,