A instalação dos pacotes necessários para o Soundwire Server fornece resultados estranhos e horríveis [duplicados]

0

Eu estava tentando instalar o "SoundWire Server". Isso requer alguns pacotes adicionais, de acordo com este guia de instalação

Estou no Ubuntu GNOME 16.04.

Eu tentei instalar o libportaudio2, mas recebo um erro relacionado a python-cryptography :

$ sudo apt-get install libportaudio2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libportaudio2 is already the newest version (19+svn20140130-1build1).
0 upgraded, 0 newly installed, 0 to remove and 171 not upgraded.
1 not fully installed or removed.
Need to get 0 B/198 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
 dpkg: error processing package python-cryptography (--configure):
  package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
python-cryptography
E: Sub-process /usr/bin/dpkg returned an error code (1)

para consertar eu tentei usar

sudo apt-get install --reinstall python-lockfile

mas isso produziu mais erros:

Eu não sei o que fazer a seguir. Quero instalar o SoundWire porque meu conector de áudio não está funcionando.

    
por Akash 15.05.2017 / 21:31

1 resposta

-2

experimente estes comandos em ordem e, em seguida, reinicie e tente instalar o libportaudio2

sudo apt-get install -f
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get autoremove
sudo apt-get update
sudo apt-get upgrade
    
por Ayush Rawal 27.08.2017 / 12:55