Tiny Linux -- tce-load

Tiny Linux which has its own package manager called "tce-load". There's a list of packages for it here:

http://distro.ibiblio.org/tinycorelinux/tcz_2x.html

There's everything that's needed to make or whatever located there.

boot2docker on windows missing apt-get / package manager:Seems boot2docker uses Tiny Linux

docker@manager:/$ yum
-bash: yum: command not found
docker@manager:/$ apt-get
-bash: apt-get: command not found
docker@manager:/$ make
-bash: make: command not found
docker@manager:/$

so.

For example, I needed a text editor and found nano on the list above: it installed simply with tce-load -wi nano

tce-load -wi nano

参考:https://stackoverflow.com/questions/26621810/boot2docker-on-windows-missing-apt-get-package-manager

原文地址:https://www.cnblogs.com/yelao/p/11062708.html