Mini Text Editor Application

Mini Text is a free and open source unnatural text editor application for Linux. It is written in Python and released under GNU General Public License v3.0. It is a simple and minimalist text editor without the saving feature and any other major features. Mini Text is a Always on Top app and you can just type, copy, paste and delete the text.

Mini Text Editor

How to Install Mini Text on Ubuntu

To install Mini Text on your Linux system, you need to install flatpak and flathub on your system using below command. You can skip below steps if you already installed it.

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

Restart your system after the successful installation of flatpak and flathub. Now in the terminal app (ctrl+alt+t) run below Mini Text flatpak install command. It will install the latest version of Mini Text on your system.

flatpak install flathub io.github.nokse22.minitext

Now you can open it using below command or via Show Apps application menu.

flatpak run io.github.nokse22.minitext

And you can also uninstall it via below commands.

flatpak uninstall io.github.nokse22.minitext

[OR]

sudo flatpak uninstall io.github.nokse22.minitext
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  FFaudioConverter Batch Audio Converter Software

Leave a Reply