Package 14

우분투 에러 "E:Encountered a section with no Package: header"

Problems with updating package list, installing and upgrading software 우분투가 에러가 난 상태로 그냥 저냥 사용중에 고치기로 마음먹고 고쳤다. (어쩌라구...) E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/repo.steampowered.com_steam_dists_precise_steam_i18n_Translation-en, E:The package lists or status file could not be parsed or opened. sudo rm -r /var/cache/apt /var/lib/apt/lists sud..

os/Ubuntu 2015.03.30

우분투 Oracle JDK 7 is NOT installed 에러

Oracle JDK 7 Is NOT installed” error? sudo apt-get upgrade -y ..... Oracle JDK 7 is NOT installed. dpkg: error processing package oracle-java7-installer (--configure): 설치한 post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다 ..... webupd8team 이용 자바7 설치 sudo dpkg -P oracle-java7-installer sudo apt-get -f install sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle..

os/Ubuntu 2015.03.03

우분투 APT Broke 문제 해결

Ubuntu APT Broke Solution SolydXK forums • View topic - My APT Broke sudo apt-get update ....... Encountered a section with no Package: header Problem with MergeList /var/lib/apt/lists/repo.steampowered.com_steam_dists_precise_steam_i18n_Translation-en 패키지 목록이나 상태 파일을 파싱할 수 없거나 열 수 없습니다. Can't call method "policy" on an undefined value at /usr/bin/apt-show-versions line 56. E: Problem executing ..

os/Ubuntu 2015.01.05

우분투 apt-get 명령어

참고Outsiders Dev Story :: Ubuntu의 apt-get 명령어 정리 [code bash] sudo apt-get update sudo apt-get upgrade # 의존성검사하며 설치하기 sudo apt-get dist-upgrade sudo apt-get install 패키지이름 apt-get --reinstall install 패키지이름 # 패키지 삭제 : 설정파일은 지우지 않음 sudo apt-get remove 패키지이름 # 설정파일까지 모두 지움 sudo apt-get --purge remove 패키지이름 # 패키지 소스코드 다운로드 sudo apt-get source 패키지이름 # 위에서 받은 소스코드를 의존성있게 빌드 sudo apt-get build-dep 패키지이름 s..

os/Ubuntu 2010.12.10
반응형