I'm trying to install some packages on the OpenFOAM docker-machine image which is based on boot2docker. When running the uname -a
command I get the info:
Linux default 4.4.111-boot2docker #1 SMP Thu Jan 11 16:25:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
In this page it has been explained that the boot2docker distro is based on the Tiny Core Linux
distro so to install a package one must:
- check the Tiny Core Linux software repository page
- use the command
tce-load -w -i packagename.tcz
to install
I followed these steps to install git. but I get the error:
bash: tce-load: command not found
I searched and as explained here apparently the official repository is offline. There a list of mirrors is provided. But I have no idea how I can install a package from those mirrors!
P.S. Alternatively here a bizarre answer by the OP have been upvoted while it is not clear what he/she means by running boot2docker ssh
I would appreciate if you could help me know what is the problem and how I can solve it.