📜  安装 libssl1.0 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:33.292000             🧑  作者: Mango

代码示例1
# in this part I thought it better to use the add-apt-key tool
sudo apt-get install add-apt-key
sudo su -

add-apt-key --keyserver keyserver.ubuntu.com < the key that appeared in the error > 
exit

sudo apt update && apt-cache policy libssl1.0-dev
sudo apt-get install libssl1.0-dev