일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 히가시큐슈신칸센
- 철도
- 아마존
- 신칸센
- Blockchain
- WSL
- 스프링
- 서버배포
- server to server
- remote PC
- vscode ssh
- linux
- 열차
- tendermint
- 동큐슈신칸센
- Java
- ssh권한
- 철도소식
- 서버
- 8200호대
- 스프링부트 배포
- 자바
- 스프링부트
- EC2
- AWS
- 기차
- 서버 배포
- 일본철도
- 아마존 서버 배포
- 서버간통신
Archives
- Today
- Total
사진과 컴퓨터
[Ubuntu]Update시 warning띄우는 keyring 관련 문제 해결 본문
https://itsfoss.com/key-is-stored-in-legacy-trusted-gpg/
Fixing "Key is stored in legacy trusted.gpg keyring" Issue in Ubuntu
If you use a PPA or add an external repository in Ubuntu 22.04 and later versions, chances are that you will see a message like this: W: https://packagecloud.io/slacktechnologies/slack/debian/dists/jessie/InRelease: Key is stored in legacy trusted.gpg keyr
itsfoss.com
다음의 게시글을 참고했다.
$ sudo apt 명령어를 사용해 update, upgrade를 할 때마다
W: http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: http://security.ubuntu.com/ubuntu/dists/jammy-security/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: https://repo.mongodb.org/apt/ubuntu/dists/jammy/mongodb-org/6.0/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: http://archive.ubuntu.com/ubuntu/dists/jammy-backports/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
다음과 같은 Warning 문구가 떠 신경쓰였다.
사용하는데는 별 문제가 없지만, 매번 update할 때 마다 신경쓰여서 이번에 해결하려고 한다.
간단하게 해결했다. /etc/apt/trusted.gpg에 있는 키를 /etc/apt/trusted.gpg.d에 복사해주면 끝이다.
$ sudo cp /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d
반응형
'컴퓨터' 카테고리의 다른 글
Java InteliJ 프로젝트 생성 시 문제 (0) | 2023.05.15 |
---|---|
[SpringBoot]Webclient를 이용해 Server to Server 통신 구현 (0) | 2023.05.02 |
[WSL] Failed to retrieve available kernel versions. 오류해결 (0) | 2023.04.13 |
[원격데스크톱]공유기를 통한 외부접속을 위해 포트포워딩 하기 (0) | 2022.12.05 |
[원격 데스크톱]외부에서 컴퓨터에 원격접속 하는 방법 (0) | 2022.12.05 |