0

I was trying to embed terminal to gedit. But Embedded Terminal option is missing when I go to Edit -> Preference->Plugin. On searching web I figured that I need to install gedit-plugin which I can find on Ubuntu Software Store. But when I searched gedit-plugin it says "No Application Found". Am I missing something, or doing something wrong? Please guide me through, I am new to ubuntu.

Anwar
  • 76,649

1 Answers1

3

The exact name of the package is gedit-plugins, not gedit-plugin (check here). To install this, you'd use the command

sudo apt-get install gedit-plugins
Anwar
  • 76,649