I'm running pbuilder, which setup a minimal ubuntu installation, and I'd like to retrieve some files without «wget» (it's not installed by default), since apt-get can retrieve .deb files I imagine there must be a way
I'm running pbuilder, which setup a minimal ubuntu installation, and I'd like to retrieve some files without «wget» (it's not installed by default), since apt-get can retrieve .deb files I imagine there must be a way
apt-get
uses a library, which you probably cannot use yourself since a minimal system likely does not include a compiler that you could use to build a program using that library. Perhaps you should useapt-get
to installwget
orcurl
.