I am totally new to Linux and programming. I want to learn Python with the Visual Studio Code text editor, but I'm having trouble to download and install it.
I downloaded VSC from the official website, but I received an error message from the package installer when I tried to install it: Wrong architecture 'amd64'.
The second method I tried was running this command in a terminal: sudo dpkg -i vscode-amd64.deb
(I saw it on a YouTube video), but I received this error:
dpkg: error processing archive vscode-amd64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
vscode-amd64.deb
Can someone please help me? My Linux version is Ubuntu 14.04.5 LTS, Trusty Tahr.
Thanks in advance!