본문 바로가기

CS+/설치

install notion in ubuntu 18.04 (data: 2021.06.25)

0. intsll node , npm

 

 

1. git clone 

 

$ git clone https://github.com/davidbailey00/notion-linux.git

 

https://github.com/davidbailey00/notion-linux

 

davidbailey00/notion-linux

Native Notion packages for Linux. Contribute to davidbailey00/notion-linux development by creating an account on GitHub.

github.com

 

2. scripts/build.sh  

 

$ scripts/build.sh  

 

$ cd out/debs/

$ sudo dpkg -i notion-desktop_2.0.11-8_amd64.deb 

 

 

$ notion-desktop

 

 

If "the notion" is installed well, you will see it's icon when you search for it.

 

In close, please read the readme of the directory more than my article and use the installation method in my article. It's because the way I did it might change a little over time.

 

directory: https://github.com/davidbailey00/notion-linux

 

-- reference --

 

https://velog.io/@ddark/Ubuntu%EC%97%90%EC%84%9C-Windows-%EB%B2%84%EC%A0%84-Notion-%EB%B3%80%ED%99%98%ED%95%B4%EC%84%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0

 

📝 Ubuntu에서 Notion 변환해서 사용하기

Ubuntu 데스크탑에서 Notion 공식 클라이언트를 변환하는 방법을 간략하게 적어놓습니다. 그리고 여담이 절반이에요.

velog.io