📌  相关文章
📜  加载共享库时出错:libasound.so.2:无法打开共享对象文件:没有这样的文件或目录 - Shell-Bash 代码示例

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

代码示例4
cd /etc/apt/
sudo gedit sources.list

#add following lines to end of the file and save it

#Bionic support 
deb http://ca.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://ca.archive.ubuntu.com/ubuntu/ bionic universe
deb http://ca.archive.ubuntu.com/ubuntu/ bionic multiverse

run:
sudo apt update
sudo apt install libssl1.0.0