Manjaro

How to Install Gnome Edit on Manjaro Rolling Edition

How_to_Install_Gnome_Edit_on_Manjaro_Rolling_Edition

Introduction

In this guide, I am going to introduce you to Gnome Edit. It is a jam-packed text editor. It has plugins that enhance the text editor capabilities to the programming level. Regular Linux users, admins, and programmers can use them alike.

I would appreciate it if you install Gnome Edit using Manjaro repositories only. The most important thing is that You will observe the XFCE Desktop. However, Desktop Environment is your personal choice.

gEdit Package Prerequisites for Manjaro

The Gnome Edit does not require any dependencies. It is a single installer package and does not have any special libraries.

Step 1. Install gEdit on Manjaro Rolling

We talked previously, the only way to make Gnome Edit install is the use of Manjaro Rolling repositories. Arch Linux PPAs have lots of issues and have the potential to break the Manjaro environment. We will make the Gnome Edit installation process quite simpler. Here update the operating system first.

$ sudo pacman -Syu

Now the distribution is up to date. It is ready to install the available application. Now I am going to use the given command to begin the installation of Gnome Edit.

$ sudo pacman -S gedit

Step 2. Confirm the gEdit Installation on Manjaro

The package of our very own Gnome Edit is now successfully installed. Now we want access to the package. It is important to make sure that we can fully verify using both the command line and the GUI. We often use the following command to make any sort of version verification Gnome Edit on Manjaro Rolling.

$ gedit –version

Gnome Edit is available on both the graphical user interface and the command line I am using XFCE on top of Manjaro’s Rolling installation. You can check your dashboard and use the mouse to launch Gnome Edit. You can see the screenshot below.

Step 4. Install gEdit Plugins Manjaro

We talked already that the gEdit has enormous power to extend. You can use the following command to install some useful plugins.

$ sudo pacman -S gedit-plugins

The plugins will be installed in the background.

Step 5. Uninstall gEdit From Manjaro Rolling

You remember, I used Manjaro’s Rolling repositories, so I am using simple pacman command to get rid of it.

$ sudo pacman -Rs gedit-plugins
$ sudo pacman -Rs gedit

Conclusion

The guide guides us how the installation, launching, and removing procedures of Gnome Edit on a Manjaro Rolling system look like. I hope you enjoy using Gnome Edit on Manjaro as your default text editor.

Similar Posts