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.
Asked
Active
Viewed 1,311 times
0

Anwar
- 76,649

Gopi Shankar
- 19
1 Answers
3
The exact name of the package is gedit-plugins
, not (check here). To install this, you'd use the commandgedit-plugin
sudo apt-get install gedit-plugins

Anwar
- 76,649