E: Unable to locate package

2022. 9. 2. 18:41·Study/Linux

$ sudo apt install yum
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package yum

yum이 설치가 안된다.

원인
ubuntu에서 package를 다운로드하는 홈페이지 주소가 추가되어 있지 않아서 그렇다.

해결
/etc/apt/source.list에 다음 내용을 추가한다. (혹시 모르니 source.list파일 백업 필수)

deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse

ps : 전체소스

# See sources.list(5) manpage for more information
# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool.
deb http://archive.ubuntu.com/ubuntu focal main restricted
deb-src http://archive.ubuntu.com/ubuntu focal main restricted

deb http://security.ubuntu.com/ubuntu focal-security main restricted
deb-src http://security.ubuntu.com/ubuntu focal-security main restricted

deb http://archive.ubuntu.com/ubuntu focal-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu focal-updates main restricted


deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse

 

 

 

apt-get을 업데이트 한다.

apt-get update

이제 설치가 안되던 yum 패키지가 잘 설치된다.

+) yum은 레드햇 계열 리눅스 파일 관리자라고 한다. 우분투에서는 그냥 apt 쓰면 된다.

'Study > Linux' 카테고리의 다른 글

'Error: Could not find or load main class' 자바관련 에러  (0) 2022.12.06
Linux 직접만든 .sh 의 sudo command not found  (1) 2022.09.26
Centos 폰트 설치  (0) 2022.08.18
명령어 모음  (0) 2022.08.05
Remote host identification has changed  (0) 2022.06.13
'Study/Linux' 카테고리의 다른 글
  • 'Error: Could not find or load main class' 자바관련 에러
  • Linux 직접만든 .sh 의 sudo command not found
  • Centos 폰트 설치
  • 명령어 모음
_WooHyun_
_WooHyun_
  • _WooHyun_
    Nerd
    _WooHyun_
  • 전체
    오늘
    어제
    • 분류 전체보기 (79)
      • Study (60)
        • Algorithm (24)
        • Unreal Engine (19)
        • C++ (1)
        • Maya (1)
        • GoLang (3)
        • Mysql (3)
        • Linux (7)
        • Server (2)
      • Projects (0)
        • Unreal Engine (0)
        • Server (0)
      • 개발일지 (8)
        • Unreal Engine (7)
        • Art (1)
        • Server (0)
      • 미래 (5)
      • 개발아이디어 (0)
      • 잡지식 (2)
  • 블로그 메뉴

    • 홈
    • 방명록
    • 글쓰기
    • 블로그설정
  • 링크

    • GitHub
  • 공지사항

  • 인기 글

  • 태그

  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
_WooHyun_
E: Unable to locate package
상단으로

티스토리툴바