How To Install Norka 1.1 On Ubuntu 25.04, Ubuntu 24.10, Ubuntu 24.04 And Derivative Systems via Flatpak

As you may know, Norka is a text editor providing hassle-free text-writing experience. It is specially created for writers, not programmers, unlike many other text editors

Among others, it has markdown support, it automatically saves the text, so you don’t need to worry about this, it enables the users to export the content to Medium.com, Write.as or as text files, permits the import of local files via drag and drop, has a document archiving feature, allows users to search text or preview documents in a grid.

Also, users can export to HTML, Docx and PDF in one click or choose a different theme, if the default one does not fit their needs. For more information, check either the project’s GitHub page or the developer’s website.

How To Install Norka 1.1 On Ubuntu 25.04, Ubuntu 24.10, Ubuntu 24.04 And Derivative Systems via Flatpak
How To Install Norka 1.1 On Ubuntu 25.04, Ubuntu 24.10, Ubuntu 24.04 And Derivative Systems via Flatpak
How To Install Norka 1.1 On Ubuntu 25.04, Ubuntu 24.10, Ubuntu 24.04 And Derivative Systems via Flatpak

The latest version:

The latest version available is Norka 1.1, which brings various improvements and a few new features. Among others, the interface is more modern and convenient, the processing of command-line arguments has been improved and a full-fledged autosave has been implemented.

How to Install Norka 1.1 on Ubuntu 25.04, Ubuntu 24.10, Ubuntu 24.04, Ubuntu 22.04 and derivative systems, via Flatpak:

Flatpak is a modern and flexible package management system that enables users to install and run applications in a sandboxed environment. Unlike traditional package managers, Flatpak ensures better security and portability by isolating applications from the host system. This makes it an excellent choice for users who want to run the latest software versions regardless of their Linux distribution.

Flatpak applications are distributed through repositories called remotes, with Flathub being the most popular one. Flathub provides access to a wide range of applications, including Norka, a lightweight and distraction-free text editor designed for writers and content creators.

Setup Flatpak and Install Norka

If Flatpak is not already installed on your system, you can install it by running the following commands:

sudo apt update
sudo apt install flatpak

Once Flatpak is installed, add the Flathub repository (if it has not been added already):

sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Now, install Norka using Flatpak:

sudo flatpak install flathub com.github.tenderowl.norka

After installation, you can launch Norka with the following command:

flatpak run com.github.tenderowl.norka

If the application does not appear in your system’s application menu immediately, try logging out and logging back in or restarting your system.

Optional: Uninstall Norka Using Flatpak

If you wish to remove Norka from your system, you can do so by running:

sudo flatpak uninstall --delete-data com.github.tenderowl.norka

Additionally, you can remove unused dependencies with:

sudo flatpak uninstall --unused

By using Flatpak, you ensure that you have the latest version of Norka while keeping your system clean and organized.

Conclusion

In conclusion, Norka offers an impressive combination of simplicity and powerful features for writers, making it an ideal tool for those who want a distraction-free writing environment.

With support for markdown, easy document exports to platforms like Medium.com, Write.as, and even local text files, Norka streamlines the writing process. The latest version introduces enhanced functionality, including a modernized interface, better command-line processing, and a full autosave feature, ensuring a smoother and more reliable user experience.

For Linux users, the installation process via Flatpak provides a secure and convenient way to install and manage Norka, even across different Ubuntu versions. The sandboxed nature of Flatpak ensures that Norka runs independently from your system, offering better security and the latest software updates.

Whether you are a seasoned writer or someone looking for a minimalist, effective text editor, Norka’s features and ease of use make it a standout choice. With its user-centric design and constant improvements, Norka continues to be a valuable tool for anyone serious about writing, simplifying the creative process without unnecessary distractions.

1 Comment

Leave a Reply

Your email address will not be published. Required fields are marked *