Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- ubuntu ffmpeg
- vscode anaconda
- vscode python
- mongo 설치
- ubuntu setting
- php pdf
- ubuntu nginx
- aws s3 delete
- flask 세팅
- aws s3
- php encryption
- php
- ubuntu error
- hls 연동
- mongodb 명령어
- ubuntu
- live drawin
- MySQL
- s3
- php pdf convert
- jstl list
- mongo 명령어
- 우분투 세팅
- AWS
- flask 시작
- ubuntu docker
- python anaconda
- php 암호화
- pypi 배포
- conda lib
Archives
- Today
- Total
인생을 바꾸는 기록
우분투 에러 본문
vscode 패키지 에러
에러내용
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'
해결방법 ``` 에러 내용을 보아하니 apt vscode 패키지에서 에러가 난듯하다.
해당 파일을 열어본다. $ sudo vi /etc/apt/sources.list.d/vscode.list
아래 내용대로 deb 뒤에 자신의 버전에 맞게 적어준다.(저의경우 amd64이므로 저렇게 적어줬습니다.) deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main
업데이트 $ sudo apt-get update ```
'ubuntu' 카테고리의 다른 글
우분투 초기세팅 (0) | 2021.02.03 |
---|---|
ubuntu nginx 설치, hls 연동 (0) | 2021.02.03 |
ffmpeg 설치 (in ubuntu) (0) | 2021.02.03 |
docker 세팅(in ubuntu) (0) | 2021.02.03 |