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
- mysql
- Numpy
- pandas
- pip
- YOLO
- 핑거스타일
- paramiko
- label
- windows forms
- OpenCV
- SSH
- ubuntu
- LIST
- 기타 연주
- JSON
- C++
- 오류
- 프로그래머스
- Selenium
- C
- Python
- Linux
- Visual Studio
- C#
- pytorch
- Docker
- 명령어
- error
- VS Code
- 채보
Archives
- Today
- Total
목록apt update (2)
기계는 거짓말하지 않는다
Ubuntu apt update 경고(W: Key is stored in legacy trusted.gpg keyring)
Ubuntu에서 sudo apt update를 실행할 때, 다음과 같은 경고 메시지를 보는 경우가 있다.W: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details가장 빠른 방법은 아래와 같다. 그러나 이 방법은 강제적인 방법이므로 좋은 선택은 아닐 수 있다.cd /etc/aptsudo cp trusted.gpg trusted.gpg.d다른 방법은 아래 링크를 참고한다.Legacy trusted.gpg keyring – ‘apt-key’ Deprecation on Ubuntu Solve: Legacy trusted.gpg keyring - ‘a..
Linux
2024. 6. 18. 20:42