E: Unable to locate package winehq-stable
生活随笔
收集整理的這篇文章主要介紹了
E: Unable to locate package winehq-stable
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一直過不了
sudo apt update錯誤代碼:
Err:1 https://dl.winehq.org/wine-builds/debian bullseye InReleaseCertificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 151.101.110.217 443]然后下面命令:
sudo apt install winehq-stable --install-recommends -y提示錯誤為:
Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package winehq-stable解決方法需要先解決sudo apt update的錯誤代碼
sudo nano /etc/apt/sources.list.d/wine.list修改成:
- 增加[trusted=yes]
- 將https改成http
然后再成功運行
sudo apt install --install-recommends winehq-stable總結
以上是生活随笔為你收集整理的E: Unable to locate package winehq-stable的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python操作微信电脑版_Python
- 下一篇: 安装反射大师具体步骤与使用教程