“sudo apt install libncurses5“ 失败找不到安装包解决
【代码】"sudo apt install libncurses5" find no package solution。
·
1 老外是这么解决的,换源。
Open a terminal window and run:
sudo nano /etc/apt/sources.list
Add this line (adds the Ubuntu 23.04 aka "Lunar Lobster" universe repository to apt):
deb http://archive.ubuntu.com/ubuntu/ lunar universe
Save and exit, then run:
sudo apt update
2 不过最近发现,老早以前的各种安装包,其实可以在阿里云上面直接下载到:
oldubuntu-releases-ubuntu-pool-main-n-ncurses安装包下载_开源镜像站-阿里云 (aliyun.com)
手动下载下来安装就行了。
更多推荐
所有评论(0)