깃허브에서 만든 text editor로 쓰이는 atom 우분투 22.04에 설치했습니다.
Ubuntu22.04 atom 설치하기
# 패키지 업데이트
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
# gpg키 추가하기
wget -q https://packagecloud.io/AtomEditor/atom/gpgkey -O- | sudo apt-key add -
# 리포짓토리 활성화
sudo add-apt-repository "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main"
# atom 설치
sudo apt install atom
여기에 있는 코드를 한 줄씩 ctrl + c 해서 터미널에 붙일 때는 Shift + Ctrl + v
으로 치면 atom이 소프트웨어 툴에 나타난 것을 확인할 수 있었습니다.
atom 홈페이지에 들어갔는데, Atom and all repositories under Atom will be archived on December 15, 2022 라고 되어 있습니다. (갑자기?)
블로그에 들어가니 Sunsetting Atom 이라고 하는데 atom 종료한다는 거죠? 그래서 sunsetting이라고 표현한 거 맞죠??
홈페이지를 보고 다시 블로그 들어가서 확인,
오... 만우절 이벤트 같은 게 아니라 진짜인 것 같습니다.. 2022년 6월 8일 포스팅.
2014년에 atom을 공식적으로 릴리즈했을 때부터~~ atom을 종료하고 2022년 12월 15일에 종료 라고 되어 있습니다.
(When we formally introduced Atom in 2014, ~~~ . Today, we’re announcing that we are sunsetting Atom and will archive all projects under the organization on December 15, 2022.)
어떤 페이지 들어가면 5xx 이 뜹니다. 5xx... Response code 중에서 흔히 볼 수 없는 그 코드.
좋은 텍스트 에디터였는데... 럴수럴수 이럴수가. 아쉬운 마음에 포스팅합니다.
'linux' 카테고리의 다른 글
windows) terminal, cmd, 터미널 창, 명령 프롬프트 색상과 글꼴 변경 (0) | 2023.01.01 |
---|---|
Apple M1 chip on the ARM Architecture (0) | 2022.12.04 |
Ubuntu20.04 -> Ubuntu22.04 업데이트 (0) | 2022.08.27 |
ubuntu20.04) anaconda (base) 자동 경로 설정 변경. PATH (0) | 2022.07.30 |
ubuntu20.04) Rstudio 설치하기 (0) | 2022.07.19 |