Skipping Acquire of Configured File 'Main/Binary-I386/Packages'

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

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

N: Skipping acquire of configured file on repository 'https://download.mono-project.com/repo/ubuntu stable-focal InRelease' doesn't supp arch 'i386'

For me, on Ubuntu 20.04, changed a line in /etc/apt/sources.list from

deb https://download.mono-project.com/repo/ubuntu stable-focal main

to

deb [arch=amd64] https://download.mono-project.com/repo/ubuntu stable-focal main


Related Topics



Leave a reply



Submit