Mova a pasta /home/marius/.python-eggs/
com
mv /home/marius/.python-eggs /home/marius/.python-eggs.bak
e instale o acestream novamente neste repositório:
sudo apt-add-repository "deb http://repo.acestream.org/ubuntu/ trusty main"
sudo wget -O - http://repo.acestream.org/keys/acestream.public.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install --reinstall acestream*
Nos pacotes DEB de acestream *: i386 for Trusty são bibliotecas de 32 bits (i686).
Eu verifiquei:
Eu baixei todos os pacotes deb:
$ find -type f -name "ace*.deb"
./acestream-player-data_3.0.2-1trusty2_i386.deb
./acestream-player_3.0.2-1trusty1_i386.deb
./acestream-full_3.0.2-1trusty1_i386.deb
./acestream-player/usr/share/acestreamplayer/acestream-player-data_3.0.2-1trusty2_i386.deb
./acestream-engine_3.0.3-1trusty1_i386.deb
e extraído:
find -type f -name "ace*.deb" -print0 | xargs -0 -I {} dpkg -x {} acestream
$ ls -go acestream/usr/share/acestream/lib/
insgesamt 1500
drwxr-xr-x 2 4096 Okt 31 2014 acestreamengine
-rw-r--r-- 1 96943 Okt 31 2014 bitarray-0.8.1-py2.7-linux-i686.egg
-rw-r--r-- 1 129811 Okt 31 2014 blist-1.3.4-py2.7-linux-i686.egg
-rw-r--r-- 1 32506 Okt 31 2014 GeoIP-1.3.2-py2.7-linux-i686.egg
-rw-r--r-- 1 29233 Okt 31 2014 miniupnpc-1.9-py2.7-linux-i686.egg
-rw-r--r-- 1 146129 Okt 31 2014 psutil-1.2.1-py2.7-linux-i686.egg
-rw-r--r-- 1 1086544 Okt 31 2014 pycompat27.so