리눅스/CentOS
[CentOS 7] 리눅스 CentOS에 Sublime text 3 설치하기
안산드레아스
2021. 4. 30. 11:26
반응형
아래순으로 명령어 입력
1.
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
2.
sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
3.
sudo yum install -y sublime-text
(결과)
설치된 것을 확인 할 수 있다.
해당 아이콘을 눌러 실행할 수 있지만, 리눅스 터미널로 실행 가능하다. 명령어는 아래와 같다.
subl
아래 링크는 각 리눅스 종류별로 설치할 수 있도록 도와주는 가이드 라인
www.sublimetext.com/docs/3/linux_repositories.html
Linux Package Manager Repositories – Sublime Text 3 Documentation
Sublime Text 3 includes an auto-upgrade mechanism on Windows and OS X to make upgrades a snap. Instead of going against the grain of the Linux ecosystem, packages and package repositories are provided for most of the major distributions. Builds listed in t
www.sublimetext.com
반응형