如何在 Ubuntu 20.04 Focal Fossa 上安装 CherryTree?

Sur*_*Dog 4 software-installation

如何在 Ubuntu 20.04 上安装我最喜欢的笔记应用程序CherryTree ?我尝试从 github 安装,但在 Ubuntu 20.04 上没有任何依赖项可用

小智 5

您现在可以安装cherrytree,无需snap:

https://www.giuspen.com/cherrytree/#downl

sudo add-apt-repository ppa:giuspen/ppa    # add the repo
sudo apt update                            # update package lists
sudo apt install cherrytree                # install
Run Code Online (Sandbox Code Playgroud)