dotnet-cnblogs-tool
dotnet-cnblogs-tool copied to clipboard
No usable version of libssl was found
ubuntu 22.04
执行 ./dotnet-cnblog
报错:
No usable version of libssl was found
Aborted (core dumped)
我的尝试1:
$ sudo apt -y install libssl-dev
输出如下:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libssl-dev is already the newest version (3.0.2-0ubuntu1.6).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
我的尝试2:
$ sudo apt install -y aspnetcore-runtime-6.0