仓库ppa问题
- 当你使用
apt-get update
时候,提示仓库 “http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release” 没有 Release 文件
,是应为当前系统版本号的release文件在该 ppa 仓库没有发布,因此需要手动更改为更低版本的 ppa 源
例如:sudo add-apt-repository ppa:hzwhuang/ss-qt5
然后 update 就会报错E: The repository ‘http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release‘ does not have a Release file.
此时,解决方法:修改/etc/apt/sources.list.d/hzwhuang-ubuntu-ss-qt5-bionic.list文件,将bionic(18.04版本代号)改成xenial(16.04版本代号)
然后继续执行sudo apt-get update
就可以顺利完成
原文地址:https://www.cnblogs.com/TianyuSu/p/12093200.html
时间: 2024-10-13 11:55:17