Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema ao atualizar o Debian após instalar o vscode (Problem updating Debian after installing vscode) #114137

Closed
ghost opened this issue Jan 11, 2021 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders linux Issues with VS Code on Linux verified Verification succeeded
Milestone

Comments

@ghost
Copy link

ghost commented Jan 11, 2021

Gostaria de relatar um inconveniente eu que tive: Quando eu abaixei o vscode pelo site oficial e o instalei na minha máquina (Debian 64bit) e logo em seguida eu rodei o apt update. Recebi esse erro

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'

Eu resolvi esse problema editando o arquivo /etc/apt/sources.list.d/vscode.list que estava assim deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/vscode stable main. Estou relatando isso por que foi um incoveniente não pode atualizar a minha máquina antes de corrigir esse arquivo.

(Eu o corrigi escrevendo-o assim deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main)

GOOGLE TRADUTOR

I would like to report an inconvenience that I had: When I downloaded vscode from the official website and installed it on my machine (Debian 64bit) and right after that I ran the apt update. I got this error

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'

I solved this problem by editing the file /etc/apt/sources.list.d/vscode.list which looked like this deb [arch = amd64, arm64, armhf] http://packages.microsoft .com / repos / vscode stable main . I am reporting this because it was an inconvenience not being able to update my machine before fixing this file.

(I corrected it by writing it like this deb [arch = amd64] http://packages.microsoft.com/repos/vscode stable main)

@vscodebot
Copy link

vscodebot bot commented Jan 11, 2021

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux labels Jan 13, 2021
@robsonpctech
Copy link

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

Muito Obrigado, resolveu muito bem aqui. Parabéns.

@connor4312
Copy link
Member

@joaomoreno are there any verification steps for this?

@joaomoreno
Copy link
Member

Let's merge it into #112223 since this issue becomes deprecated with the migration.

@joaomoreno joaomoreno added the verified Verification succeeded label Jan 29, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Feb 27, 2021
lemanschik pushed a commit to code-oss-dev/code that referenced this issue Nov 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders linux Issues with VS Code on Linux verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@joaomoreno @connor4312 @robsonpctech and others