Install NixNote (Evernote Client) in Ubuntu
This post explains how to install NixNote in Ubuntu. Nixnote is an unofficial Evernote client for Ubuntu. You can install it directly by downloading the deb file or by adding PPA. The methods are shown below:
Installation:
The Nixnote’s updates are available using system’s “Software Updater” utility if we install it using PPA. Add Nixnote’s daily build PPA:
sudo add-apt-repository ppa:nixnote/nixnote2-daily sudo apt update sudo apt install nixnote2
Also, you can install Nixnote using deb file too. Use anyone of these methods. Check the new Nixnote version from here.
wget https://downloads.sourceforge.net/project/nevernote/NixNote2%20-%202.0/Linux/Qt5/nixnote2-2.0_amd64.deb sudo dpkg -i nixnote2-2.0_amd64.deb sudo apt install -f
Once the installation gets completed, search for NixNote on Unity dash and start the application.
Uninstall Nixnote (Optional)
We can uninstall Nixnote using the following command.
sudo apt remove nixnote2 sudo add-apt-repository --remove ppa:nixnote/nixnote2-daily
That’s it!
Also Read: Install Wiznote on Ubuntu
If you like this post and wish to receive more articles from us, please like our FB page: Button
Your suggestions and feedbacks will encourage us and help to improve further, please feel free to write your comments.
For more details on our services, please drop us an E-mail at info@grepitout.com
Add Comment