Pluma Editor is fully powered by Mate developers and easy to use / configure. Pluma is not only lightweight but also extremely fast. It helps users to navigate easily. It can be configured to highlight coding text as well.
Here at LinuxAPT, we shall look into how to install Pluma Text Editor on Debian Linux system.
To begin, update the system packages with the below command:
$ sudo apt update
Now, install Pluma editor with the below command:
$ sudo apt install pluma
Now you can verify Pluma Editor Installation by running the below command:
$ pluma --version
Alternatively, you can search via the graphical user interface dashboard.
Pluma is a graphical application, but it can be launched using both the command line terminal and the graphical user interface. You can run the following command:
$ pluma
You can execute the following command to remove Pluma application from your system:
$ sudo apt remove pluma
This article covers how to install Pluma Text Editor on Debian / Ubuntu LTS system. In fact, Pluma is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors.
It fully supports international text through its use of the Unicode UTF-8 encoding in edited files. Its core feature set includes syntax highlighting of source code, auto indentation and printing and print preview support.