Atom 페이지
http://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux
Debian and Ubuntu (deb/apt)
To install Atom on Debian, Ubuntu, or related distributions, add our official
package repository to your system by running the following commands:
curl -L https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list' sudo apt-get update
You can now install Atom using apt-get
(or apt
on Ubuntu):
# Install Atom sudo apt-get install atom # Install Atom Beta sudo apt-get install atom-beta
Alternatively, you can download the Atom .deb package and install it directly:
# Install Atom sudo dpkg -i atom-amd64.deb # Install Atom's dependencies if they are missing sudo apt-get -f install
'Other Topics' 카테고리의 다른 글
Send Slack Message using Incoming Webhooks (0) | 2021.08.05 |
---|---|
누구나 자료구조와 알고리즘 도서리뷰 (0) | 2018.08.27 |
학습에 참고하면 좋을 자료 Link 2 (ML) (0) | 2017.10.16 |
학습에 참고하면 좋을 자료 Link 1 (etc) (0) | 2017.10.16 |