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
- 프로그래머스
- SSH
- windows forms
- mysql
- nvidia-smi
- pytorch
- label
- JSON
- pip
- Python
- pandas
- paramiko
- 채보
- Visual Studio
- 오류
- error
- ubuntu
- Selenium
- 핑거스타일
- Linux
- 컨테이너
- C#
- C++
- Docker
- 기타 연주
- Numpy
- C
- YOLO
- VS Code
- OpenCV
Archives
- Today
- Total
목록경고 (1)
기계는 거짓말하지 않는다
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