Install Simplenote (Latest Version 2.22.2) on Linux, Ubuntu 24.04, Linux Mint 22

Install Simplenote 2.22.2 on Ubuntu 24.04, Linux Mint 22 via Snap, DEB, Flatpak, or AppImage. Easy guide for Linux note-taking in 2025.

Simplenote, a lightweight, open-source note-taking app developed by Automattic (The same company behind WordPress). It’s a free alternative to Evernote, allow to create and save text-based notes, categorize them with tags, and even share posts with friends. The app was originally created for iOS devices, and now it has been expanded to  Android, Mac OS X, Windows, Linux and the web. The latest version of Simplenote 2.22.2 brings Markdown support, internal note linking, tag-based filtering, and instant search, perfect for organizing ideas, lists, or projects. In this article explore how to install Simplenote on Ubuntu 24.04 and Linux Mint 22 using DEB, Snap, Flatpak, and AppImage, ensure you get the latest features on your Linux system.

Prerequisites:

  • Ubuntu 24.04.2 LTS or Linux Mint 22 (64-bit) with internet access.
  • User account with sudo privileges.
  • Terminal access (Ctrl + Alt + T).
  • Optional: Snapd (sudo apt install snapd) or Flatpak (sudo apt install flatpak) if not pre-installed.

Key Features of Simplenote 2.22.2

Simplenote 2.22.2 provides lightweight, synced note-taking with Markdown, tagging, and collaboration, perfect for Linux productivity.

  • Instant Syncing: Notes update in real-time across Linux, iOS, Android, and web.
  • Markdown Support: Write, preview, and publish notes in Markdown.
  • Tagging and Search: Organize with tags and find notes instantly.
  • Collaboration: Share notes for editing without accounts, via private URLs.

Install Simplenote via Snap (Recommended)

Snap, Canonical’s universal package manager, simplifies installation and auto-updates. It’s ideal for Ubuntu 24.04 and Linux Mint 22. It’s pre-installed on Ubuntu, ensuring dependency-free setup.

  • First, open the Terminal using Ctrl + Alt + T.
  • Next, install Snapd if you have Linux Mint because it may require Snapd. To do this, run the following commands: sudo apt update and sudo apt install snapd
  • Now to install Simplenote, run the command: sudo snap install simplenote
  • You can start Simplenote from the applications menu or run the command simplenote in the terminal.
  • Log in with a Simplenote or WordPress account, or create one in the app.

Install Simplenote via DEB Package

The DEB package is ideal for Ubuntu and Linux Mint users looking for a traditional installation, though it requires manual updates.

  • First, Open Terminal using Ctrl + Alt + T.
  • Next, download the Simplenote DEB package (v2.22.2) from GitHub. To do this, run the following command:

wget https://github.com/Automattic/simplenote-electron/releases/download/ v2.22.2/ Simplenote-linux-2.22.2-amd64.deb

  • Now to install Simplenote, run the command: sudo apt install ./Simplenote-linux-2.22.2-amd64.deb
  • Then start it from Unity Dash or your preferred app launcher. If the app icon doesn’t show up, try logging out and logging back in.

You will need to sign up for a new account.

simplenote login screen

Install Simplenote via Flatpak

Flatpak offers a cross-distribution alternative to Snap, with sandboxed security and auto-updates, suitable for both Ubuntu and Linux Mint.

  • First, Open Terminal using Ctrl + Alt + T. Next, install Flatpak if it’s not already installed. To do this, run the following commands:

sudo apt update
sudo apt install flatpak

  • Now to install Simplenote from Flathub, run the command: flatpak install flathub com.simplenote.Simplenote
  • You can Start Simplenote from the applications menu or run the command flatpak run com.simplenote.Simplenote in the terminal.

Install Simplenote via AppImage

To install Simplenote via AppImage on Linux, you’ll first need to download the AppImage file from the Simplenote website or the GitHub releases page. Then, make the AppImage executable and run it.

Open Terminal using Ctrl + Alt + T, download the Simplenote AppImage (v2.22.2) from GitHub. To do this, run the following command:

wget https://github.com/Automattic/simplenote-electron/releases/download/v2.22.2/Simplenote-linux-2.22.2-x86_64.AppImage

Now, make the AppImage executable. To do this, run the following commands: cd ~/Downloads
chmod +x Simplenote-linux-2.22.2-x86_64.AppImage

Finally, you can start Simplenote by running the command: ./Simplenote-linux-2.22.2-x86_64.AppImage

Optionally, you can Move the AppImage to a dedicated folder for organization. To do this, run:

mkdir -p ~/AppImages
mv Simplenote-linux-2.22.2-x86_64.AppImage ~/AppImages

Simplenote Troubleshooting Tips

If you experience problems with Simplenote startup, sync, or icon issues on Ubuntu 24.04 and Linux Mint, run the following commands and checks:

For Startup Issues: Launch Simplenote with GPU sandbox disabled for Electron compatibility: simplenote –disable-gpu-sandbox

For Sync Issues: Verify internet connectivity and log in at app.simplenote.com to check note syncing.

For Missing App Icon: Log out and log back in after DEB or Snap installation, or reboot your system: sudo reboot

For Snap/Flatpak Conflicts: Remove one version before installing another to avoid conflicts:

sudo snap remove simplenote
flatpak uninstall com.simplenote.Simplenote

SimpleNote keyboard shortcuts for Windows/Linux
Ctrl-nNew Note
Ctrl-fMove focus to search field
Ctrl-+Increase font size
Ctrl- –Decrease font size
Ctrl-0Reset font size

 

How to Uninstall Simplenote

If, for some reason, you are looking to uninstall Simplenote, here is how to do it:

For Ubuntu and Linux Mint (Snap), run the command: sudo snap remove simplenote

For Ubuntu and Linux Mint (DEB), run the command: sudo apt remove simplenote

For Ubuntu and Linux Mint (Flatpak), run the command: flatpak uninstall com.simplenote.Simplenote

For Ubuntu and Linux Mint (AppImage), delete the .AppImage file: rm ~/AppImages/Simplenote-linux-2.22.2-x86_64.AppImage

FAQs About Installing Simplenote on Ubuntu 24.04 and Linux Mint

How do I install Simplenote Ubuntu 24.04 latest version?
Use Snap (sudo snap install simplenote) for auto-updates or DEB for traditional setup.

What’s the best method to install Simplenote Linux Mint?
Snap or Flatpak ensures easy updates; AppImage is portable for non-root users.

Why choose Simplenote over Evernote in 2025?
Simplenote is free, open-source, and lightweight, with full syncing and Markdown support.

How do I fix Simplenote sync issues on Linux?
Check internet, log in at app.simplenote.com, or run with –disable-gpu-sandbox.

Can I use Markdown in Simplenote 2.22.2?
Yes, enable Markdown in Preferences > Writing or per note via the Info panel.

 

Source Simplenote Official Website
You might also like