在Ubuntu/Debian/Arch Linux上安装Boostnote Markdown Editor
时间:2020-02-23 14:32:56 来源:igfitidea点击:
Boostnote是一个免费的和开源的Markdown Notes编辑器,用于在Windows,Linux和MacOS上运行的开发人员和博主。
在本文中,我们将在Ubuntu/Debian和Arch Linux系统上查看如何在Ubuntu/Debian和Arch Linux系统上安装BoostNote Markdown Editor。
在Arch Linux上安装BoostNote Markdown Editor
Boostnote可用于Arch Linux及其衍生品,例如Manjaro在Aur上。
检查我们的教程如何安装Yay - Best Aur Helper for Arch Linux/Manjaro
安装Yay后,使用它在Arch Linux/Manjaro工作站上安装Boostnote。
$yay -S --noconfirm --needed resolving dependencies… looking for conflicting packages… Packages (1) boostnote-0.11.12-1 Total Download Size: 18.21 MiB Total Installed Size: 103.59 MiB :: Proceed with installation? [Y/n] :: Retrieving packages… boostnote-0.11.12-1-any 18.2 MiB 1124K/s 00:17 [#####################################################] 100% (1/1) checking keys in keyring [#####################################################] 100% (1/1) checking package integrity [#####################################################] 100% (1/1) loading package files [#####################################################] 100% (1/1) checking for file conflicts [#####################################################] 100% (1/1) checking available disk space [#####################################################] 100% :: Processing package changes… (1/1) installing boostnote [#####################################################] 100% :: Running post-transaction hooks… (1/2) Arming ConditionNeedsUpdate… (2/2) Updating the desktop file MIME type cache…
在Ubuntu/Debian上安装Boostnote Markdown Editor
对于Ubuntu和Debian Linux发行版,Boostnote可从A中安装 .deb
Boostnote开发团队提供的软件包。
检查最新包的下载页面并下载它。
sudo apt -y install wget wget https://github.com/BoostIO/boost-releases/releases/download/v0.14.0/boostnote_0.14.0_amd64.deb
安装Boostnote.
sudo apt install ./boostnote_0.14.0_amd64.deb
同意安装所需的依赖项:
The following additional packages will be installed: gconf-service gconf-service-backend gconf2 gconf2-common libgconf-2-4 Suggested packages: gir1.2-gnomekeyring-1.0 libgnome-keyring0 gconf-defaults-service The following NEW packages will be installed: boostnote gconf-service gconf-service-backend gconf2 gconf2-common libgconf-2-4 0 upgraded, 6 newly installed, 0 to remove and 119 not upgraded. Need to get 911 kB/75.4 MB of archives. After this operation, 362 MB of additional disk space will be used. Do you want to continue? [Y/n] y
启动已安装的BoostNote Markdown Editor使用发射发射器并创建第一个注释。
开始在Markdown中写下笔记。
根据我们执行的文本格式化,我们可以获得半动态预览,这有助于我们了解我们正在执行的内容。
此应用程序还突出显示代码代码片段的代码语法,并支持许多编程语言。