Como configurar o swift no Ubuntu 18.10?

0

Eu gosto de tentar rapidamente em combinação com o Eclipse + Tifig. Eu tentei várias maneiras:

snap:

snap install swift
swift 4.0.3 from luis.nando (lf-araujo) installed
swift
/snap/swift/5/bin/swift: error while loading shared libraries: libatomic.so.1: wrong ELF class: ELFCLASS32

parece que o meu sistema de 64 bits tem uma dependência quebrada.

uname -a
Linux lappi 4.18.0-11-generic #12-Ubuntu SMP Tue Oct 23 19:22:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

usando o apt-get também:

sudo apt-get install swift
swift
bash: /snap/bin/swift: No such file or directory

Alguma idéia?

    
por Stefan Jaritz 15.11.2018 / 12:42

1 resposta

0

Tente isto:

sudo apt install ubuntu-make
umake swift
    
por 19.11.2018 / 16:04