Ajuda com Unity Tweak Tool

1. Ajuda com Unity Tweak Tool

Vinicius
vinyaspira

(usa Ubuntu)

Enviado em 26/02/2017 - 02:01h

Fala galera, beleza? Estou tentando instalar o Unity Tweak Tool e está dando esse erro:
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isto pode significar que
você solicitou uma situação impossível ou, se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram retirados da "Incoming".
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
unity-tweak-tool : Depende: unity-webapps-common mas não será instalado
E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.

Alguma sugestão?


  


2. Re: Ajuda com Unity Tweak Tool

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 26/02/2017 - 16:49h

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install unity-tweak-tool

Qual ubuntu vc está usando?


**********************************************
Meu Blog
http://dicaslinuxmint.blogspot.com.br/


3. Re: Ajuda com Unity Tweak Tool

Patrick
Patrick03

(usa Ubuntu)

Enviado em 26/02/2017 - 19:47h

Poste o resultado deste comando:
cat /etc/apt/sources.list 



*Eu não distinguo muito essas versões do Ubuntu, mas estás usando a mais recente que ainda está em testes? Talvez seja por causa disso que houve esse erro.

*Quando postar o resultado do comando ali em cima, poderei ver se o problema não advém da tua lista de repositórios.


---------------------------------------
Corrija-me quando necessário!
---------------------------------------



4. Re: Ajuda com Unity Tweak Tool

Vinicius
vinyaspira

(usa Ubuntu)

Enviado em 26/02/2017 - 21:29h

clodoaldops escreveu:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install unity-tweak-tool

Qual ubuntu vc está usando?


**********************************************
Meu Blog
http://dicaslinuxmint.blogspot.com.br/


Já tentei fazer isso, mas o problema persiste.



5. Re: Ajuda com Unity Tweak Tool

Vinicius
vinyaspira

(usa Ubuntu)

Enviado em 26/02/2017 - 21:30h

Patrick03 escreveu:

Poste o resultado deste comando:
cat /etc/apt/sources.list 



*Eu não distinguo muito essas versões do Ubuntu, mas estás usando a mais recente que ainda está em testes? Talvez seja por causa disso que houve esse erro.

*Quando postar o resultado do comando ali em cima, poderei ver se o problema não advém da tua lista de repositórios.


---------------------------------------
Corrija-me quando necessário!
---------------------------------------
# deb cdrom:[Ubuntu 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://br.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://br.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial universe
deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://br.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse






6. Re: Ajuda com Unity Tweak Tool

Patrick
Patrick03

(usa Ubuntu)

Enviado em 26/02/2017 - 21:59h

Achamos o demônio!:
vinymetal escreveu:

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.



Copie e cole isto no terminal:
sudo nano /etc/apt/sources.list 


*Apague tudo o que estiver lá

Copie e cole isto lá usando(SHIFT+CRTL+V):
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#


###### Ubuntu Main Repos
deb http://55.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse

###### Ubuntu Update Repos
deb http://55.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://55.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse


E por fim, estes comandos:
sudo apt-get update && apt-get upgrade 



* O que tu acabou de fazer?
Bom, tu excluiu os repositórios que sabe lá god-sama tu conseguiu e colocou os repositórios oficiais do Ubuntu!

*Cuidado quando for adicionar PPAs e repositórios alheios, tua distro pode ganhar falhas de segurança.

---------------------------------------
Corrija-me quando necessário!
---------------------------------------



7. Re: Ajuda com Unity Tweak Tool

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 26/02/2017 - 22:04h

Aqui está tudo normal
https://www.vivaolinux.com.br/dica/O-que-fazer-apos-instalar-Ubuntu-1604-LTS

**********************************************
Meu Blog
http://dicaslinuxmint.blogspot.com.br/


8. Re: Ajuda com Unity Tweak Tool

Vinicius
vinyaspira

(usa Ubuntu)

Enviado em 26/02/2017 - 22:31h

Patrick03 escreveu:

Achamos o demônio!:
vinymetal escreveu:

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.



Copie e cole isto no terminal:
sudo nano /etc/apt/sources.list 


*Apague tudo o que estiver lá

Copie e cole isto lá usando(SHIFT+CRTL+V):
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#


###### Ubuntu Main Repos
deb http://55.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse

###### Ubuntu Update Repos
deb http://55.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://55.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse


E por fim, estes comandos:
sudo apt-get update && apt-get upgrade 



* O que tu acabou de fazer?
Bom, tu excluiu os repositórios que sabe lá god-sama tu conseguiu e colocou os repositórios oficiais do Ubuntu!

*Cuidado quando for adicionar PPAs e repositórios alheios, tua distro pode ganhar falhas de segurança.

---------------------------------------
Corrija-me quando necessário!
---------------------------------------
Fiz isso , mas o erro persiste. Tentei instalar pela central de programas e deu esse erro:
his error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
Os detalhes são:
Os seguintes pacotes têm dependências não satisfeitas:

unity-tweak-tool: Depends: python3:any (>= 3.3.2-2~) mas é um pacote virtual
Depends: unity (>= 6.8) mas a 7.4.0+16.04.20160906-0ubuntu1 será instalada






9. Re: Ajuda com Unity Tweak Tool

Patrick
Patrick03

(usa Ubuntu)

Enviado em 27/02/2017 - 08:59h

vinymetal escreveu:
unity-tweak-tool: Depends: python3:any (>= 3.3.2-2~) mas é um pacote virtual
Depends: unity (>= 6.8) mas a 7.4.0+16.04.20160906-0ubuntu1 será instalada



Tente este comando:
sudo apt-get update && dpkg --configure -a && apt-get autoremove && apt-get autoclean && apt-get install -f  


---------------------------------------
Corrija-me quando necessário!
---------------------------------------



10. Re: Ajuda com Unity Tweak Tool

Vinicius
vinyaspira

(usa Ubuntu)

Enviado em 27/02/2017 - 11:49h

Patrick03 escreveu:

vinymetal escreveu:
unity-tweak-tool: Depends: python3:any (>= 3.3.2-2~) mas é um pacote virtual
Depends: unity (>= 6.8) mas a 7.4.0+16.04.20160906-0ubuntu1 será instalada



Tente este comando:
sudo apt-get update && dpkg --configure -a && apt-get autoremove && apt-get autoclean && apt-get install -f  


---------------------------------------
Corrija-me quando necessário!
---------------------------------------


Sem sucesso... Tá difícil instalar esse negócio.




11. Re: Ajuda com Unity Tweak Tool

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 27/02/2017 - 12:19h

-se não instala um programa disponível nos repositórios oficiais é pq sua instalação está muito bugada
-um simples apt-get install unity-tweak-tool deveria resolver não é mesmo
-descobrir causa p/ uma possível correção é que será complicado uma vez que respostas acima em nada ajudaram

**********************************************
Meu Blog
http://dicaslinuxmint.blogspot.com.br/






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts