Não é possível aplicar o tema do macbuntu [duplicado]

4

Acabei de começar a usar o Ubuntu, então, por favor, me dê uma resposta explicada.

Eu estava tentando instalar o tema do macbuntu no meu Ubuntu 16.10. Eu fiz o primeiro passo que foi

sudo add-apt-repository ppa:noobslab/macbuntu

Este passo funcionou bem. Em seguida, quando eu fiz,

sudo apt-get update

Eu recebi o erro

W: The repository 'http://ppa.launchpad.net/docky-core/stable/ubuntu yakkety 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 http://ppa.launchpad.net/docky-core/stable/ubuntu/dists/yakkety/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

Estas são apenas as últimas linhas que fornecem o erro.

Como posso resolver isso?

EDIT: Este é o conteúdo do diretório sources.list.d

    docky-core-ubuntu-stable-yakkety.list
    docky-core-ubuntu-stable-yakkety.list.save
    noobslab-ubuntu-macbuntu-yakkety.list
    noobslab-ubuntu-macbuntu-yakkety.list.save
    webupd8team-ubuntu-java-yakkety.list
    webupd8team-ubuntu-java-yakkety.list.save
    webupd8team-ubuntu-sublime-text-3-yakkety.list
    webupd8team-ubuntu-sublime-text-3-yakkety.list.save

Saída de lsb_release -a command

    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 16.10
    Release:    16.10
    Codename:   yakkety
    
por Sriram R 15.02.2017 / 10:35

1 resposta

0

Siga os passos

 cd /etc/apt/sources.list.d/

 sudo -H gedit noobslab-ubuntu-macbuntu-yakkety.list

Um arquivo será aberto e a primeira linha será algo assim

deb http://ppa.launchpad.net/noobslab/macbuntu/ubuntu yakkety main

substitua yakkety por xenial para que essa linha se torne

deb http://ppa.launchpad.net/noobslab/macbuntu/ubuntu xenial main

salve e saia do arquivo e

sudo apt-get update

Agora, tente instalar o mac theme usando este responder

Para remover o tema mac:

Caso a instalação do tema do Mac não seja suportada pelo seu sistema, desinstale usando:

sudo apt-get install ppa-purge
sudo ppa-purge ppa:noobslab/macbuntu
sudo apt-get update

OU

sudo apt-add-repository remove ppa:noobslab/macbuntu
    
por Rahul 15.02.2017 / 11:42