패키지 5

Mac OSX 에서 htop

Homebrew 설치하기 How do I install htop inside mac os x brew는 git, ruby 기반으로 되어 있고 루비를 안다면 쉽게 수정이나 해킹이 가능합니다. Homebrew 설치 # 설치 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # 설치 위치 및 패키기 확인 cd /usr/local/Celler Celler/wget/1.16.3 Cellar/wget/1.16.3/bin/wget Cellar/wget/1.16.3/shar/man/man1/wget.1 ls l bin bin/wget@ -> ../Cellar/wget/1.16.3/bin/wget 유용한 패키지..

os/MAC 2015.10.30

우분투 에러 "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-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
반응형