sudo apt-get
명령을 실행하려고 하면 다음과 같은 결과가 나타납니다.
> Reading package lists... Done W: The repository
> 'https://packagecloud.io/ookla/speedtest-cli/ubuntu impish Release'
> does not have a Release file. N: Data from such a repository can't be
> authenticated and is therefore potentially dangerous to use. N: See
> apt-secure(8) manpage for repository creation and user configuration
> details.
답변1
사용할 수 있는 패키지가 없습니다.우분투 아이, 코드명을 다음으로 변경하세요 hirsute
.
sudo sed -i 's/impish/hirsute/' /etc/apt/sources.list.d/ookla_speedtest-cli.list
sudo apt update
답변2
speedtest를 삭제했는데 여전히 source.list 파일이 남아 있어서 다음과 같이 삭제했습니다.
sudo apt remove speedtest-cli
sudo rm /etc/apt/sources.list.d/ookla_speedtest-cli.list
많은 좌절 끝에 이것이 내 문제를 해결했습니다.