我可以从 POP!_OS 回到焦点窝吗?

我可以从 POP!_OS 回到焦点窝吗?

通过他们的 PPA 测试 Pop 主题后,我错误地将发行版从 Focal Fossa 升级到了 Pop!_OS。我没有意识到安装 System76 PPA 意味着系统将尝试从 Ubuntu“升级”到 Pop!_OS...

有没有办法无需重新安装操作系统即可回到 Ubuntu Focal Fossa?

该文件/etc/apt/sources.list看起来“正常”:

deb http://archive.ubuntu.com/ubuntu focal universe restricted multiverse main
deb http://security.ubuntu.com/ubuntu/ focal-security restricted universe multiverse main
deb http://archive.ubuntu.com/ubuntu focal-updates restricted universe multiverse main
deb http://archive.ubuntu.com/ubuntu focal-backports restricted universe multiverse main

/etc/apt/preferences.d但是, called中还有另一个文件pop-default-settings明确引用了 pop:

Package: *
Pin: release o=LP-PPA-system76-pop
Pin-Priority: 1001

Package: *
Pin: release o=LP-PPA-system76-proposed
Pin-Priority: 1001

答案1

安装该ppa-purge工具。它会删除一个软件包并恢复为原始软件包。pop-default-settings中的文件/etc/apt/preferences.d是剩余文件,不再具有任何功能,因为首选项适用的 PPA 已消失。

相关内容