我刚刚安装了17.04,我想安装如下:http://www.noobslab.com/2016/11/macbuntu-1610-transformation-pack-for.html
然而,存储库不起作用。我认为有一个简单的技巧来调整存储库,使其允许安装在Z陛下上,而不是xenial。例如,在安装图标存储库并尝试安装之后,就会发生这样的情况:
ole@mkiv:~$ sudo apt-get install macbuntu-os-icons-lts-v8
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package macbuntu-os-icons-lts-v8知道怎么绕过这件事吗?
发布于 2017-05-29 00:11:20
如前所述,您可以将PPA发行版从zesty更改为yakkety。
( xenial becuase xenial存储库没有macbuntu-os-icons-lts-v7,但没有macbuntu-os-icons-lts-v8版本)。
为此目的,请遵循这条道路:
然后选择http://ppa.launchpad.net/noobslab/macbuntu/ubuntu并点击编辑.按钮。
然后将分发值从zesty更改为yakkety**.**
所以这是必须要做的。
apt-cache search macbuntu-os
macbuntu-os-plank-theme-lts-v8 - These themes is intended to use with Macbuntu by NoobsLab.com
macbuntu-os-ithemes-lts-v8 - MacBuntu Themes available on NoobsLab.com PPA
macbuntu-os-icons-lts-v8 - MacBuntu Icons & cursors uploaded on NoobsLab.com PPA发布于 2019-11-25 14:22:12
对于那些使用Ubuntu18.04的用户,您应该使用以下代码:
sudo apt-get install macbuntu-os-ithemes-v1804https://askubuntu.com/questions/919867
复制相似问题