How To Install gedit-plugin-commander on CentOS 8
Introduction
In this tutorial we learn how to install gedit-plugin-commander
on CentOS 8.
What is gedit-plugin-commander
The gedit commander plugin.
We can use yum
or dnf
to install gedit-plugin-commander
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install gedit-plugin-commander.
Install gedit-plugin-commander on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install gedit-plugin-commander
using dnf
by running the following command:
sudo dnf -y install gedit-plugin-commander
Install gedit-plugin-commander on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install gedit-plugin-commander
using yum
by running the following command:
sudo yum -y install gedit-plugin-commander
How To Uninstall gedit-plugin-commander on CentOS 8
To uninstall only the gedit-plugin-commander
package we can use the following command:
sudo dnf remove gedit-plugin-commander
gedit-plugin-commander Package Contents on CentOS 8
/usr/lib64/gedit/plugins/commander
/usr/lib64/gedit/plugins/commander.plugin
/usr/lib64/gedit/plugins/commander/__init__.py
/usr/lib64/gedit/plugins/commander/__pycache__
/usr/lib64/gedit/plugins/commander/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/__init__.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/appactivatable.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/appactivatable.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/entry.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/entry.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/history.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/history.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/info.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/info.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/modules.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/modules.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/utils.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/windowactivatable.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/__pycache__/windowactivatable.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/appactivatable.py
/usr/lib64/gedit/plugins/commander/commands
/usr/lib64/gedit/plugins/commander/commands/__init__.py
/usr/lib64/gedit/plugins/commander/commands/__pycache__
/usr/lib64/gedit/plugins/commander/commands/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/__init__.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/accel_group.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/accel_group.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/completion.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/completion.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/exceptions.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/metamodule.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/metamodule.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/method.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/method.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/module.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/module.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/result.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/result.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/rollbackimporter.cpython-36.opt-1.pyc
/usr/lib64/gedit/plugins/commander/commands/__pycache__/rollbackimporter.cpython-36.pyc
/usr/lib64/gedit/plugins/commander/commands/accel_group.py
/usr/lib64/gedit/plugins/commander/commands/completion.py
/usr/lib64/gedit/plugins/commander/commands/exceptions.py
/usr/lib64/gedit/plugins/commander/commands/metamodule.py
/usr/lib64/gedit/plugins/commander/commands/method.py
/usr/lib64/gedit/plugins/commander/commands/module.py
/usr/lib64/gedit/plugins/commander/commands/result.py
/usr/lib64/gedit/plugins/commander/commands/rollbackimporter.py
/usr/lib64/gedit/plugins/commander/entry.py
/usr/lib64/gedit/plugins/commander/history.py
/usr/lib64/gedit/plugins/commander/info.py
/usr/lib64/gedit/plugins/commander/modules.py
/usr/lib64/gedit/plugins/commander/utils.py
/usr/lib64/gedit/plugins/commander/windowactivatable.py
/usr/share/appdata/gedit-commander.metainfo.xml
/usr/share/gedit/plugins/commander
/usr/share/gedit/plugins/commander/modules
/usr/share/gedit/plugins/commander/modules/__pycache__
/usr/share/gedit/plugins/commander/modules/__pycache__/align.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/align.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/bookmark.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/bookmark.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/doc.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/doc.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/edit.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/edit.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/format.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/format.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/goto.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/goto.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/grep.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/grep.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/help.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/help.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/move.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/move.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/reload.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/reload.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/set.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/set.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/shell.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/__pycache__/shell.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/align.py
/usr/share/gedit/plugins/commander/modules/bookmark.py
/usr/share/gedit/plugins/commander/modules/doc.py
/usr/share/gedit/plugins/commander/modules/edit.py
/usr/share/gedit/plugins/commander/modules/find
/usr/share/gedit/plugins/commander/modules/find/__init__.py
/usr/share/gedit/plugins/commander/modules/find/__pycache__
/usr/share/gedit/plugins/commander/modules/find/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/find/__pycache__/__init__.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/find/__pycache__/finder.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/find/__pycache__/finder.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/find/__pycache__/regex.cpython-36.opt-1.pyc
/usr/share/gedit/plugins/commander/modules/find/__pycache__/regex.cpython-36.pyc
/usr/share/gedit/plugins/commander/modules/find/finder.py
/usr/share/gedit/plugins/commander/modules/find/regex.py
/usr/share/gedit/plugins/commander/modules/format.py
/usr/share/gedit/plugins/commander/modules/goto.py
/usr/share/gedit/plugins/commander/modules/grep.py
/usr/share/gedit/plugins/commander/modules/help.py
/usr/share/gedit/plugins/commander/modules/move.py
/usr/share/gedit/plugins/commander/modules/reload.py
/usr/share/gedit/plugins/commander/modules/set.py
/usr/share/gedit/plugins/commander/modules/shell.py
References
Summary
In this tutorial we learn how to install gedit-plugin-commander
on CentOS 8 using yum and dnf.