1. 저장소에서 패키지 이름 검색하기

$ apt-cache search ^packageName$

$ apt-cache search ^apache2$


2. 저장소에서 패키지 설명에 대한 검색

$ apt-cache search "Search Description"

$ apt-cache search "Apache HTTP Server"


3. 저장소에서 패키지내에서 사용되는 파일이름 검색

$ apt-file search fileName

$ apt-fiel search apache2.conf


4. 패키지에 대한 기본정보 확인

$ apt-cache show packageName

$ apt-cache show apache2


5. 패키지에 대한 상세정보 확인

$ apt-cache showpkg packageName

$ apt-cache showpkg apache2


6. 패키지에 속한 파일들의 위치정보

$ apt-file list packageName

$ apt-file list apache2 | more


7. 패키지와 의존관계정보 확인

$ apt-cache depends packageName

$ apt-cache depends apache2


8. 패키지 설치방법

$ apt-get install packageName

$ apt-get install apache2


9. 설치된 패키지 삭제방법

설정파일 및 패키지 삭제

$ apt-get purge packageName

$ apt-get purge apache


10. 설치된 패키지 삭제방법


설정파일은 그대로 두고 패키지만 삭제

$ apt-get remove packageName

$ apt-get remove apache2


11. 패키지 업그레이드하기

$ apt-get -u install packageName

$ apt-get -u install apache2


12. 모든 패키지 업그레이드 하기

$ apt-get -u upgrade






sublime text3 - node.js 플러그인 설치 방법



1. 다운로드 

http://www.sublimetext.com/3


2. 버전 콘트롤 설치

https://sublime.wbond.net/installation

자신의 버전에 맞는 설치 구문을 복사하여 수행한다


2.1 복사 : import urllib.request …

2.2 ctrl + ` 또는 View - Show Console 메뉴 선택 

2.3 복사한 내용을 붙여 넣을 이후 enter


3. 설치

3-4. cmd + shift + p

3-5. Install Package

3-6. 입력창에 nodejs 로 검색

3-7. javascript & nodejs snippets for sublime texxt 2/3


Package Control 등록 목록

https://sublime.wbond.net/


+ Recent posts