How to install Mini Diary Journal App on Ubuntu

Mini Diary is a free and open source diary and journal app for Windows, macOS and Linux. It is simple and clean diary app for everyone. Your can secure your diary with a password encryption and the data stored locally. You can also sync that encrypted file in Dropbox, Google Drive or with any other cloud services. You can export your diary to PDF and Markdown file format. And also import from other journal apps. Some other features are light and dark themes, Basic text formatting, search and statistics. It is released in MIT License.

Mini Diary Journal App

Download Mini Diary

Install Mini Diary on Ubuntu

It is available as a AppImage and snap package for Ubuntu. In this tutorial, we will see how to install it via AppImage and snap package manager.

Install Mini Diary via Snap:

Open the terminal app (Ctrl+Alt+T). Then type the below Mini Diary snap installation command and hit the enter key.

sudo snap install mini-diary

This will install Mini Diary on your ubuntu system . Then click the Show Apps in your Ubuntu dock and type Mini Diary in the search box and click mini diary to start it.

Also Read:  How to Check if You are Using Wayland or Xorg Display Server

Install Mini Diary via AppImage:

You can also install mini diary via appimage. Download mini diary in .AppImage file format from the above download link and save it on your Downloads folder. Then go to your download folder via terminal.

cd Downloads

Then run this command to make that file executable.

sudo chmod +x ~ Mini-Diary-3.3.0.AppImage

Then enter your Ubuntu password. After that run the below command to launch mini diary.

sudo ./Mini-Diary-3.3.0.AppImage
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply