[Newbies] 安装sdkman出现错误不知道怎么解决
Tofloor
poster avatar
Deepin Fans
deepin
2022-02-19 06:38
Author

我使用下面的命令然后报错了

curl -s "https://get.sdkman.io" | bash

错误信息:

curl: /lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by curl)

然后我百度、google都没有搞定,也重新安装过curl了。希望有懂的大神帮忙看看!

Reply Favorite View the author
All Replies
心平气和
deepin
2022-02-19 19:42
#1
# sudo apt-get install libgconf-2-4
# sudo apt-get install libcurl3

装一下这两个试试

如果不行 你得看看你的这个.so 文件的位置和提示是不是一致

locale libcurl.so.4

不一致的话,删除冲突的,建个软连接过去到他指定的目录

Reply View the author
lcw0268
deepin
2022-02-19 20:08
#2
It has been deleted!