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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • 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. Sample /etc/services file in Linux
  2. rpcinfo: can’t contact rpcbind: : RPC: Authentication error; why = Client credential too weak
  3. The locate Command in Linux
  4. ufw Command Options
  5. Rsyslog : How to Send log files to remote server in CentOS/RHEL 6,7
  6. a2dissite: command not found
  7. CentOS / RHEL : How to move a Volume Group from one system to another
  8. Beginners Guide to Linux Software Management with RPM
  9. chmod: command not found
  10. engrampa: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright