Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code N: Skipping acquire of configured file 'main/binary-arm64/Packages' [closed]

Tags:

linux

I'm running POP OS 20.04 & have installed / uninstalled VS code. When I run sudo apt-get update, I get:

N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://packages.microsoft.com/repos/vscode stable InRelease' doesn't support architecture 'arm64' N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://packages.microsoft.com/repos/vscode stable InRelease' doesn't support architecture 'armhf' 
like image 997
Ryan Dorn Avatar asked Dec 15 '20 13:12

Ryan Dorn


1 Answers

For Ubuntu, edit: /etc/apt/sources.list.d/vscode.list. Remove any unwanted architectures from between the brackets and it should end up like this:

deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main

like image 119
lithdev Avatar answered Oct 10 '22 23:10

lithdev