• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

pluma: command not found

by Deepika

Pluma is a lightweight and easy-to-use text editor that is designed to be used with the MATE desktop environment on Linux systems. MATE is a popular desktop environment that is based on the classic GNOME 2 interface, and Pluma is one of the default applications that is included with MATE.

Pluma provides a range of features and capabilities that make it a powerful and versatile text editor. It supports syntax highlighting for a wide range of programming languages, making it easy to write and edit code. It also supports automatic indentation, code folding, and line numbering, making it easy to navigate and edit large code files.

In addition to its code editing features, Pluma also supports a range of text editing capabilities. It provides a spell checker, word completion, and automatic text wrapping, making it a useful tool for writing documents and other types of text-based content.

Pluma is designed to be lightweight and fast, making it a good choice for users who need a simple and efficient text editor. It is easy to use and provides a range of customization options, making it a versatile tool that can be tailored to meet the needs of individual users.

If you encounter the below error while running the command pluma:

pluma: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install pluma
Ubuntu apt-get install pluma
Alpine apk add pluma
Arch Linux pacman -S pluma
Kali Linux apt-get install pluma
Fedora dnf install pluma
Raspbian apt-get install pluma

pluma Command Examples

1. Start the editor:

# pluma

2. Open specific documents:

# pluma path/to/file1 path/to/file2 ...

3. Open documents using a specific encoding:

# pluma --encoding WINDOWS-1252 path/to/file1 path/to/file2 ...

4. Print all supported encodings:

# pluma --list-encodings

5. Open document and go to a specific line:

# pluma +10 path/to/file

Summary

Overall, Pluma is a powerful and versatile text editor that is designed to be used with the MATE desktop environment. It provides a range of features and capabilities that make it a useful tool for editing code, writing documents, and other text-based tasks. If you’re using the MATE desktop environment and need a lightweight and efficient text editor, Pluma is definitely worth considering.

Filed Under: Linux

Some more articles you might also be interested in …

  1. croc: Send and receive files easily and securely over any network
  2. pidof: command not found
  3. “go test” Command Examples
  4. jetifier Command Examples
  5. mount: command not found
  6. CentOS / RHEL 5, 6 : how to disable NetworkManager
  7. kubeadm Command Examples
  8. “git summary” Command Examples
  9. jstest: command not found
  10. couchdb: Command-line interface for Apache CouchDB database server

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright