E: Unable to locate package

2022. 9. 2. 17:45웹개발/에러

우분투로 설치하다가 본 에러

난 패키지 이름이 달랐던 간단한 문제였지만 다른 해결책도 있어서 적어둔다.

 

 

1. 패키지명 제대로 다시 확인

apt list | grep ####

####가 이름에 들어있는 apt list 확인

 

 

2. apt 업데이트

sudo apt update

 

 

3. 우분투 특정 버젼에서 가능한 패키지인지 확인

// 해당 OS 버전 정보 확인
grep . /etc/*-release

 

 

https://packages.ubuntu.com/

 

 

Ubuntu – Ubuntu Packages Search

Ubuntu Packages Search This site provides you with information about all the packages available in the Ubuntu Package archive. Browse through the lists of packages: There is also a list of packages recently added to kinetic. Old releases can be found at ht

packages.ubuntu.com

위 사이트에서 os 별명과 키워드만으로 확인 가능하다.

 

 

4. 현재 os를 지원하는지, 유효기간이 끝난건 아닌지 확인

hwe-support-status --verbose

 

728x90