How to add things such as wget and apt to Ubuntu 26.04 LTS in Linuxulator on FreeBSD?

https://www.reddit.com/r/Ubuntu/comments/1tz7dln/how_to_add_things_such_as_wget_and_apt_to_ubuntu/

What's the easiest way to install apt, in the absence of wget?

Alternatively: what's the easiest way to install wget, in the absence of apt?

#FreeBSD #apt #Linux #Linuxulator #Ubuntu

@grahamperrin

Does it have dpkg? If so, you can use fetch on the host to get the package.

If I want a Linux environment on FreeBSD, I normally just run an Ubuntu container with Podman and don’t mess about with the lower-level things it is built on.

@david_chisnall it does have dpkg.

No fetch in the Linuxulator, I didn't have the common sense to think of FreeBSD fetch …