我的源列表文件有错误。我试过所有在线论坛,但都不起作用。任何帮助都将不胜感激。
输出cat /etc/apt/sources.list.d/beaver.list
:
#Manage apt's list of trusted keys
apt-key add <file> - add the key contained in <file> ('-' for stdin)
apt-key del <keyid> - remove the key <keyid>
apt-key export <keyid> - output the key <keyid>
apt-key exportall - output all trusted keys
apt-key update - update keys using the keyring package
apt-key net-update - update keys using the network
apt-key list - list keys
apt-key finger - list fingerprints
apt-key adv - pass advanced options to gpg (download key)
#If no specific keyring file is given the command applies to all keyring files.
答案1
假设sudo rm -iv beaver.list.save.1
/etc/apt/sources.list.d/ 中的命令行应该可以工作。
有关 CLI 删除的帮助位于https://help.ubuntu.com/community/DeletingFiles -v 表示详细程度,如果需要,-i 表示正在发生的事情的交互式确认。您可能需要 -ivf 来强制
更新:(抱歉无法评论):您是否sudo
在命令开始时 - 这会强制超级用户权限并可以强制删除文件(-ivf)。您需要提供您的密码(作为管理员)如果您有一个“普通”用户,您需要su [admin user name]
先发出命令 - 或从右上方下拉菜单注销/切换用户并以您的[管理员用户]身份登录