Skip to content
Robert Spiegel edited this page Sep 26, 2018 · 14 revisions

Install from PPA

As alternative to AppImage version Ubuntu users can install native packages from NixNote PPA (https://launchpad.net/~nixnote) using:

sudo add-apt-repository ppa:nixnote/nixnote2-stable -y -u && \
  sudo apt install nixnote2 -y

For the PPA version the desktop icon should work out of the box and also it will be automatically updated (as its usual for other Ubuntu packages).

Currently automatic updates and theme-ing only work with native packages.

For more details (history/etc) see issue #6..

PPA url change 2018.09

Unfortunately in the process of creating the PPA, I make a mistake and needed to change the PPA url... twice.. If you happen to install from one of the deprecated PPAs - execute following to commands to update to the new one. Note that the switch will change binary and package name from nixnote21 to original nixnote2.

sudo add-apt-repository --remove ppa:robert7/nixnote21 -y
sudo add-apt-repository --remove ppa:nixnote/nixnote21 -y
sudo apt remove nixnote21 -y 

Afterwards install from new PPA (see top of this page).

Manual package upgrade

As you install the nixnote2 package from the PPA, it will upgrade together with rest of Ubuntu packages. But in case you want to get the upgrade immediately, you can upgrade the package manually.

Check if there is newer package version available:

sudo apt update && apt list --upgradable |grep nixnote                                                                           
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

nixnote2/bionic 2.1.0-beta4b~201809260114~ubuntu18.04.1 amd64 [upgradable from: 2.1.0-beta4a~201809231253~ubuntu18.04.1]

..there is one..

Upgrade using: sudo apt install nixnote2 -y