libtiff4: i386 não está disponível [duplicado]

1

O pacote: "libtiff4" agora está indisponível.

Assim, para as pessoas que têm problemas ao tentar instalar libtiff4:i386

E saiu com esta saída:

zorin@Samsung-NP300E4Z-S03TH:~$ sudo apt-get install libtiff4:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libtiff4:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libtiff4:i386' has no installation candidate
zorin@Samsung-NP300E4Z-S03TH:~$

A resposta está abaixo.

    
por Acrylic 29.11.2014 / 21:43

1 resposta

1

AVISO: isto é apenas para utilizadores com versões superiores a 14.04

1.Abra o terminal (Ctrl + Alt + T).

2. Digite:

  • sudo su
  • echo 'deb http://cz.archive.ubuntu.com/ubuntu saucy main universe' >> /etc/apt/sources.list.d/extra.list
  • apt-get update

Em seguida, instale o pacote com: apt-get install libtiff4 .

Depois disso, você não precisará mais das atualizações picantes. Desativar com:

  • mv /etc/apt/sources.list.d/extra.list /etc/apt/sources.list.d/extra.list.backup
  • apt-get update
  • exit

Isso tudo!

    
por Acrylic 29.11.2014 / 22:28