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 |
Tags
- 오류
- OpenCV
- pip
- paramiko
- Numpy
- LIST
- error
- C
- YOLO
- Docker
- pandas
- C#
- windows forms
- Python
- VS Code
- ubuntu
- 핑거스타일
- SSH
- 채보
- pytorch
- mysql
- Selenium
- 컨테이너
- C++
- 기타 연주
- Visual Studio
- label
- 프로그래머스
- JSON
- Linux
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
Solve: Legacy trusted.gpg keyring - ‘apt-key’ Deprecation on Ubuntu
Solve APT key warning on Ubuntu 22.04 or in other latest versions: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
linux.how2shout.com
'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