■ 파일 구하고 압축해제 하기
▷ For x86
cd ~ wget http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3047_x32.tar.bz2 tar vxjf sublime_text_3_build_3047_x32.tar.bz2 |
▷ For x64
cd ~ wget http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3047_x64.tar.bz2 tar vxjf sublime_text_3_build_3047_x64.tar.bz2 |
■ 압축 해제된 파일을 적절한 곳으로 이동한다.
-- 압출 해제 된 폴더의 이름을 확인해서 opt 폴더로 이동한다.
--sublime_text_3 는 압축해제한 곳 폴더 이름이다.
sudo mv sublime_text_3 /opt/ |
■ 바로가기 링크 만들기
-- 아래 폴더의 위치(/opt/sublime_text_3)는 본인이 압축 해제 한 곳의 이름이다.
sudo ln -s /opt/sublime_text_3/sublime_text /usr/bin/sublime |
■ 우분투에서 Unity luncher 에 sublime 추가 하려면 아래와 같이 2단계를 거쳐야 한다.
▶ 1 단계
sudo sublime /usr/share/applications/sublime.desktop |
▶ 2 단계
[Desktop Entry] Version=3.0 Name=Sublime Text 3 # Only KDE 4 seems to use GenericName, so we reuse the KDE strings. # From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413. GenericName=Text Editor Exec=sublime Terminal=false Icon=/opt/Sublime Text 3/Icon/48x48/sublime_text.png Type=Application Categories=TextEditor;IDE;Development X-Ayatana-Desktop-Shortcuts=NewWindow [NewWindow Shortcut Group] Name=New Window Exec=sublime -n TargetEnvironment=Unity |
※ 참고 : http://docs.sublimetext.info/en/latest/getting_started/install.html
'Ubuntu' 카테고리의 다른 글
ubuntu java 설치하기 (1) | 2013.12.19 |
---|---|
apache, mysql, php install (0) | 2013.12.16 |
ubuntu에서 root 계정 사용하기 (0) | 2013.12.16 |
우분투 ftp 설치 (0) | 2013.12.05 |
우분투 APM 설치하기 (0) | 2013.12.05 |