우분투(리눅스)에서 Atom 텍스트 에디터 설치 방법을 소개합니다.
1. DEB 설치 파일 다운로드
https://atom.io/에서 Download .deb
버튼을 눌러서 우분투(debian) 설치파일을 다운로드합니다.
2. Atom 설치
deb 파일을 다운로드받았다면, 아래와 같이 터미널에서 dpkg 명령어로 패키지를 설치할 수 있습니다.
$ sudo dpkg -i atom-amd64.deb
(Reading database ... 318464 files and directories currently installed.)
Preparing to unpack atom-amd64.deb ...
Unpacking atom (1.59.0) over (1.52.0) ...
Setting up atom (1.59.0) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for mime-support (3.64ubuntu1) ...
3. Atom 실행
설치가 완료되었다면, 액티비티 검색에서 Atom을 찾고 실행할 수 있습니다.
또는, 터미널에서는 atom
으로 실행할 수 있습니다.
$ atom
Loading script...
Related Posts
- Ubuntu에서 draw.io 설치하는 방법
- 리눅스 deb 파일 설치
- 우분투에 VMware 설치하기
- [Ubuntu] VMware에서 Windows 11 설치
- Vi/Vim에서 1줄 또는 여러줄 삭제 방법
- Vi/Vim에서 라인 번호 표시하기
- 우분투에서 rar 압축, 압축 풀기
- Ubuntu에서 구글 드라이브 사용하기 (로컬 폴더에 마운트)
- [Ubuntu] apt-cache search, 설치 가능한 패키지 검색
- Ubuntu - DNS 캐시 삭제 방법
- Ubuntu에서 사용할 수 있는 Text Editor 소개
- 우분투(리눅스) - RAM(메모리) 크기 확인
- 우분투에서 시간대(Timezone) 변경하기
- 우분투(리눅스)에서 Atom 텍스트 에디터 설치
- 우분투(리눅스)에서 Microsoft Edge 브라우저 설치
- 우분투(리눅스)에서 Slack 설치
- 우분투(리눅스)에서 Visual Studio Code 설치
- Linux - 파일, 디렉토리 삭제 명령어(rm -rf, rmdir)
- Linux - 파일이 수정된 날짜/시간 확인 방법
- Linux - touch로 파일 생성, 파일의 날짜/시간 변경
- Linux - Node.js로 Html 파일을 로컬 서버에서 실행하기