Technical questionAccepted answer
VS Code N: Skipping acquire of configured file 'main/binary-arm64/Packages'
Ryan Dorn
Dec 15
0 views1
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'
1 answer
Accepted answer · original discussion
lithdev
PermalinkDec 15
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
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.