在 Ubuntu 上安装 Notion

2025-05-24

在 Ubuntu 上安装 Notion

  • 1.打开终端并执行以下命令:


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

✨ 完成!✨

图片描述


[2024] 解决安装问题

我注意到有些人在安装时遇到了问题。请按照以下命令安装稳定的桌面版本:

1)如果您的系统上仍有 Notion 应用程序文件,请将其卸载



sudo apt purge notion*


Enter fullscreen mode Exit fullscreen mode

2)现在运行此命令来安装新版本



sudo snap install notion-snap-reborn


Enter fullscreen mode Exit fullscreen mode

图片描述

文章来源:https://dev.to/gabrieladnz/install-notion-on-ubuntu-1nj5
PREV
Web Assembly 从零到英雄 - 第 1 部分什么是 Web Assembly 为什么它比 javascript 更快用例现在我们终于知道了 Wasm 是什么,为什么它很快以及一些已经在使用它的工具🎉🎉🎉🎉🎉
NEXT
我的开发工具如何在 4 天内赚到 10,041 美元