DEV Community

Gabriela Diniz
Gabriela Diniz

Posted on • Updated on

Install Notion on Ubuntu

  • 1. Open terminal and execute the next commands:
echo "deb [trusted=yes] https://apt.fury.io/notion-repackaged/ /" | sudo tee /etc/apt/sources.list.d/notion-repackaged.list
Enter fullscreen mode Exit fullscreen mode
  • 2.
sudo apt update
Enter fullscreen mode Exit fullscreen mode
  • 3.
sudo apt install notion-app-enhanced
Enter fullscreen mode Exit fullscreen mode
  • 4.
sudo apt install notion-app
Enter fullscreen mode Exit fullscreen mode

✨ Done! ✨

Image description


[2024] Troubleshoot installation issues

I noticed that some people had problems installing. Then follow these commands to install a stable desktop version:

1) If you still have the Notion app files on your system, uninstall them

sudo apt purge notion*
Enter fullscreen mode Exit fullscreen mode

2) Now run this command to install a new version

sudo snap install notion-snap-reborn
Enter fullscreen mode Exit fullscreen mode

Image description

Top comments (24)

Collapse
 
luca1308 profile image
luca1308 • Edited

Hey, wonderful that it works so easily. However a multitude of keyboard inputs doesn't work for me, such as "/" for example which is terrible. The desktop app doesn't recognize my shift+7 as "/", but as no input.

I can't find any settings for this. How does this desktop version readout keyboard input?

Collapse
 
rayfrightener profile image
RayFrightener

I have been having the same issue, the application doesnt register "/". I am gonna uninstall and then install it from the software center using snap. Although, I am going to start using obsidian now, you should check it out.

Collapse
 
rithvik_op profile image
Rithvik Padma

you can change the keyboard layout to the US format in the settings as UK format is the default setting that should resolve this issue

Collapse
 
takuohm83 profile image
takuohm83

Installing notion-app-enhanced and notion-app are exclusive, so steps 3 and 4 can be done with either one. As of December 2023, the version is Notion 2.0.18-1, and it starts and remains in a loading state, but the reason for this is that the JavaScript content updates on the app side are not keeping up with Notion updates. do not have. (Similarly, the reason for not being able to type some characters seems to be the same.) I referred to github.com/notion-enhancer/notion-... and used the patch found there, patch-notion-enhanced.sh, and it seems to be working. (On Xubuntu22.04 x64)

*/-- before translate Original text --
notion-app-enhancedと notion-appのインストールは排他的になるので手順3と4はどちらか一方で良い。2023/12の今の時点でバージョンがNotion 2.0.18-1で、起動してローディングの状態のままになるが、これの原因はNotionの更新に対してアプリ側のJavaScriptの内容更新が追い付いていない。(同様に一部の文字が打てない事も原因は同じようだが)。ここgithub.com/notion-enhancer/notion-... x64にて)

Collapse
 
absnasir profile image
absnasir

I appreciate your efforts. But after installing it on my Ubuntu it doesn't load.
Image description

Collapse
 
gabrieladnz profile image
Gabriela Diniz • Edited

Hi! I checked this problem, do the following:

1) If you still have the Notion app files on your system, uninstall them

sudo apt purge notion*
Enter fullscreen mode Exit fullscreen mode

2) Now run this command to install a new version

sudo snap install notion-snap-reborn
Enter fullscreen mode Exit fullscreen mode
Collapse
 
louvalman profile image
Louis Dyrhauge

I'm having the same issue, did you find a fix?

Collapse
 
gabrieladnz profile image
Gabriela Diniz

Louis, try installing a new version of Notion using the following command:

sudo snap install notion-snap-reborn
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
louvalman profile image
Louis Dyrhauge

So reviews tells me this is a virus/keylogger app..?

Collapse
 
annihilate_aman profile image
Aman Rajput

okay I am new to linux not able to install this what is the command to remove this from my linux

Collapse
 
gabrieladnz profile image
Gabriela Diniz • Edited

Hi Aman! Is very simple, use the command below to uninstall and delete any dependency on your system.

sudo apt purge notion*
Enter fullscreen mode Exit fullscreen mode
Collapse
 
mananayoub profile image
Manan Ayoub
Collapse
 
hanzalahwaheed profile image
Hanzalah Waheed

Does it still work? (in 2024 that is) or am I doing something wrong? :(

Collapse
 
gabrieladnz profile image
Gabriela Diniz

Hi, use the command:

sudo snap install notion-snap-reborn
Enter fullscreen mode Exit fullscreen mode

`

Collapse
 
louvalman profile image
Louis Dyrhauge

So reviews tells me this is a virus/keylogger app..

Collapse
 
hanzalahwaheed profile image
Hanzalah Waheed

tysm!!

Collapse
 
rayfrightener profile image
RayFrightener

This works!

Collapse
 
annihilate_aman profile image
Aman Rajput

hey RayFrightener how do you remove this from your linux what is the command you used for this

Collapse
 
mananayoub profile image
Manan Ayoub
Collapse
 
serajbaltu profile image
serajbaltu

thanks

Collapse
 
gustavoph profile image
Gustavoph

Thanks, you help me a lot.

Collapse
 
coderatul profile image
Atul Kushwaha

thanks for saving up my time <3

Collapse
 
gaga3252532 profile image
argegrgrdga

Thank you :)

Collapse
 
jake1152 profile image
Jinho

Thank you:) Finally, I can use Notion app in Ubuntu