Instalação de Vinhos

1

Eu tentei instalar o wine no meu Ubuntu 14.04 usando os seguintes comandos,

 sudo apt-get update
 sudo apt-get install wine1.7

e eu recebo o seguinte:

Do you want to continue? [Y/n] Y
Get:1 ftp://ftp.iitb.ac.in/distributions/ubuntu/archives/ trusty/universe winetricks all 0.0+20140302-0ubuntu2 [131 kB]
Err ftp://ftp.iitb.ac.in/distributions/ubuntu/archives/ trusty/universe winetricks all 0.0+20140302-0ubuntu2
  Unable to fetch file, server said 'Failed to open file.  '
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/talkplugin/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Failed to fetch ftp://ftp.iitb.ac.in/distributions/ubuntu/archives/pool/universe/w/winetricks/winetricks_0.0+20140302-0ubuntu2_all.deb  Unable to fetch file, server said 'Failed to open file.  '

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

E eu também tentei com o PPA da seguinte forma,

sudo add-apt-repository ppa:ubuntu-wine/ppa -y && sudo apt-get update && sudo apt-get install wine

Mas o resultado é o mesmo. Como posso consertar isso?.

    
por Rakesh KR 14.06.2015 / 08:34

2 respostas

0

O método que você está usando ajuda a garantir que você tenha o WINE mais recente, que eu concordo que é o melhor. No entanto, entre os meus amigos geek do ubuntu, eu sou o mais bem sucedido com o WINE e não é assim que o instalei.

Eu aconselho você a usar a versão do WINE disponível no Ubuntu Software Center. Por favor, tente usar este link e clicar no botão laranja perto do centro da tela.

    
por gyropyge 14.06.2015 / 08:46
0

Para obter o vinho mais recente, você deve adicionar o vinho ppa em sua lista de fontes de software. No terminal digite os seguintes comandos:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update

Agora você pode instalar o vinho usando o comando sudo apt-get install wine1.7

Boa sorte com a instalação :)

    
por Neophyte 14.06.2015 / 09:36