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

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
'웹개발 > 에러' 카테고리의 다른 글
ER_PARSE_ERROR (0) | 2022.12.14 |
---|---|
UserNotFound: Could not find user "root" for db "admin" mongodb (1) | 2022.12.14 |
Git error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 (0) | 2022.09.01 |
[PM2][ERROR] Error: No script path - aborting (0) | 2022.08.11 |
javax.servlet.http.HttpServletRequest.getAttribute(String)" is null (0) | 2022.02.21 |