1

我想stress在 docker 机器中安装命令,但是当我运行时:

tce-load -wi stress

它失败:

Downloading: stress.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: stress.tcz.md5.txt: No such file or directory
Error on stress.tcz

但如果我安装nano

docker@daocloud:~$ tce-load -wi nano
nano.tcz.dep OK
Downloading: file.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
file.tcz             100% |*****************************************|   312k  0:00:00 ETA
file.tcz: OK
Downloading: nano.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
nano.tcz             100% |*****************************************|   116k  0:00:00 ETA
nano.tcz: OK
docker@daocloud:~$

这是成功的。

但是它们都在http://distro.ibiblio.org/tinycorelinux/tcz_2x.html的列表中。

出了什么问题以及如何安装stress

4

1 回答 1

1

有什么听起来像同样的问题。在线存储库 url 都指向 tinycore 的版本 2 或 v3。tinycore 的新版本是 v8,因此它们具有不同的存储库,这些存储库似乎没有出现在 google 中。

能够使用以下方法找出我的版本:

version
8.1.1

然后当我去:

http://repo.tinycorelinux.net/8.x/x86/tcz/

我遇到问题的存储库已被删除。

这解释了发生了什么。解决方案是进行新的扩展。

Tiny Core (p73-77): 'Into The Core'中描述了进行扩展。

编译应用程序后,这非常简单。

于 2017-11-02T04:38:01.363 回答