我不小心把(rm)移走了
因此,我想知道:
发布于 2020-03-14 20:36:21
在我的Xenial系统中,我有类似的文件名为
/etc/apt/sources.list.d/ubuntu-desktop-ubuntu-ubuntu-make-xenial.list /etc/apt/sources.list.d/ubuntu-desktop-ubuntu-ubuntu-make-xenial.list.save
它们只有一条未加评论的行:
deb http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu xenial main你必须重新加上:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make注意:如果没有*.list文件,系统将将包状态更改为本地安装或过时,这是不建议的。在这种情况下,PPA提供了较新的版本,因此如果不将这个PPA添加到系统中,您就无法重新安装ubuntu-make包。
https://askubuntu.com/questions/1217162
复制相似问题