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
- C++
- SSH
- LIST
- OpenCV
- C
- pip
- paramiko
- 핑거스타일
- ubuntu
- 채보
- Docker
- Linux
- 명령어
- label
- 오류
- C#
- pytorch
- JSON
- Python
- VS Code
- 기타 연주
- windows forms
- Visual Studio
- Selenium
- error
- 프로그래머스
- YOLO
- Numpy
- mysql
- pandas
Archives
- Today
- Total
기계는 거짓말하지 않는다
Ubuntu apt update 경고(W: Key is stored in legacy trusted.gpg keyring) 본문
Linux
Ubuntu apt update 경고(W: Key is stored in legacy trusted.gpg keyring)
KillinTime 2024. 6. 18. 20:42Ubuntu에서 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/apt
sudo cp trusted.gpg trusted.gpg.d
다른 방법은 아래 링크를 참고한다.
Legacy trusted.gpg keyring – ‘apt-key’ Deprecation on Ubuntu
'Linux' 카테고리의 다른 글
Ubuntu 그래픽카드(VGA) 정보 확인 (0) | 2024.08.29 |
---|---|
make 명령어 File {file} has modification time {sec} s in the future 경고 (0) | 2024.07.15 |
Linux stty echo(입력한 문자 화면에 표시, 표시하지 않음) (0) | 2024.05.22 |
The command could not be located because '/bin' is not included in the PATH environment variable. 오류 (0) | 2024.05.05 |
Ubuntu 기본 편집기(editor) 변경 (0) | 2024.04.12 |
Comments