在运行这两个命令之后:
sudo add-apt-repository ppa:tualatrix/next
sudo apt-get update我得到了这个输出:
Reading package lists... Done
W: The repository 'ppa.launchpad.net/tualatrix/next/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch ppa.launchpad.net/tualatrix/next/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch ppa.launchpad.net/tualatrix/next/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.我不太明白最后几行的错误。(必须删除http:在ppa之前(不超过2个链接)
如果我排除这些错误。
安装ubuntu调试不起作用。
sudo apt-get install ubuntu-tweak这一产出:
niclas@ThinkPad:~$ sudo apt-get install ubuntu-tweak
[sudo] password for niclas:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ubuntu-tweak感谢你的帮助
发布于 2016-04-20 07:12:47
如果无法从ppa安装Ubuntu tweak,可以按照以下步骤从debian (.deb)安装它:
Ubuntu Tweak:sudo -i (用.deb名称更改,例如ubuntu-tweak_0.8.7-1-trusty2_all.deb)您可以通过以下命令获得有关dpkg命令阅读手册的更多信息:
man dpkg我希望这能帮到你。
编辑:
如果您的错误是由某些丢失的包引起的,您可以尝试使用以下命令来解决它,该命令将修复包依赖关系:
sudo apt-get install -f之后,您可以尝试重新安装Ubuntu-tweak。
如果以前的解决方案不起作用,这可能意味着Ubuntu Tweak包可能没有为Ubuntu16.04做好准备,因为上一次更新是在两年前。我在ubuntu wiki和官方网站上都没有找到任何关于Ubuntu16.04兼容的信息。因此,我建议您等待一段时间,看看它是否会发布一个新版本。
同时,您可以尝试安装unity-tweak-tool。这是一个类似的程序,让你调整统一的某些方面。没有Apps manager或Janitor,但是如果您只想改变外观,可以使用它。您可以使用以下命令安装它:
sudo apt-get install unity-tweak-toolhttps://askubuntu.com/questions/759369
复制相似问题