百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
N

nixnote2

> 编程语言
开源

Nixnote - 一个为 Linux 设计的 Evernote 克隆

1.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Nixnote - 一个为 Linux 设计的 Evernote 克隆

NixNote2

Introduction

An unofficial client of Evernote for Linux.

Installation

Debian and Ubuntu

Install from distribution repository

For users of Debian Stretch (Debian 9) or later, Debian unstable and Ubuntu 17.04+, you may install from the official repositories. This will become the stable release we will encourage users to install.

sudo apt update
sudo apt install nixnote2

For users of Debian Stretch (Debian 9), you may also install the latest upstream stable release from stretch-backports repository:

# !! NOTE: You need to enable stretch-backports repository first
# See https://backports.debian.org for instructions
# After you enabled backports repository, type the following commands:
sudo apt update
sudo apt install nixnote2 -t stretch-backports

You may find the package information on Debian PTS.

Install via daily PPA

For testing the very latest functionality, there is an unstable Daily-build PPA for Debian/Ubuntu (provided by artmg). This is only recommended for Advanced users.

sudo add-apt-repository ppa:nixnote/nixnote2-daily
sudo apt update
sudo apt install nixnote2

Arch Linux

NixNote2 is available via AUR: nixnote-beta, nixnote.

These packages are also available in [archlinuxcn] unofficial repository.

Gentoo Linux

NixNote is acailable via gentoo-zh overlay, you can install by:

# run with root privileges
layman -a gentoo-zh
emerge nixnote:1 # to install nixnote-1.6
# or
emerge nixnote:2 # to install nixnote-2.0

RPM package on Copr

The NixNote2 package for Fedora and other distros using RPM packages is now on Copr, provided by Nuno Dias.

dnf copr enable nunodias/nixnote2
dnf install nixnote2

# OR for OLDER Distros using yum
yum copr enable nunodias/nixnote2
yum install nixnote2

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C++

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言