Tiny Core Linux:wget:无法执行“openssl”:没有这样的文件或目录

Tiny Core Linux: wget: can't execute 'openssl': No such file or directory

提问人:guettli 提问时间:11/16/2023 更新时间:11/16/2023 访问量:13

问:

在 Tiny Core Linux 中,如果我尝试从 https URL 下载,我会收到此错误:

wget -O foo https://example.com/foo

wget: can't execute 'openssl': No such file or directory

我尝试安装,但失败了:openssl

sudo -u tc tce-load -wi openssl

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

我怎样才能在 tcl 中工作?wget

openssl wget tiny-core-linux

评论


答:

0赞 guettli 11/16/2023 #1

我正在使用该图像,它似乎运行了一个减少的.TinyCore-14.0.isowget

安装后,它起作用了:wget

sudo -u tc tce-load -wi wget

背景:我在这里使用是因为此代码在 bootlocal.sh 脚本中运行。sudo