How To Install gedit-plugin-synctex.x86_64 on Amazon Linux 2
In this tutorial we learn how to install gedit-plugin-synctex.x86_64 in Amazon Linux 2. gedit-plugin-synctex.x86_64 is gedit synctex plugin
Introduction
In this tutorial we learn how to install gedit-plugin-synctex.x86_64 on Amazon Linux 2.
What is gedit-plugin-synctex.x86_64
The gedit synctex plugin.
We can use yum to install gedit-plugin-synctex.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gedit-plugin-synctex.x86_64.
Install gedit-plugin-synctex.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gedit-plugin-synctex.x86_64 using yum by running the following command:
sudo yum -y install gedit-plugin-synctex.x86_64
How To Uninstall gedit-plugin-synctex.x86_64 on Amazon Linux 2
To uninstall only the gedit-plugin-synctex.x86_64 package we can use the following command:
sudo yum remove gedit-plugin-synctex.x86_64
gedit-plugin-synctex.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/gedit/plugins/synctex
/usr/lib64/gedit/plugins/synctex.plugin
/usr/lib64/gedit/plugins/synctex/__init__.py
/usr/lib64/gedit/plugins/synctex/__init__.pyc
/usr/lib64/gedit/plugins/synctex/__init__.pyo
/usr/lib64/gedit/plugins/synctex/evince_dbus.py
/usr/lib64/gedit/plugins/synctex/evince_dbus.pyc
/usr/lib64/gedit/plugins/synctex/evince_dbus.pyo
/usr/lib64/gedit/plugins/synctex/synctex.py
/usr/lib64/gedit/plugins/synctex/synctex.pyc
/usr/lib64/gedit/plugins/synctex/synctex.pyo
/usr/share/appdata/gedit-synctex.metainfo.xml
References
Summary
In this tutorial we learn how to install gedit-plugin-synctex.x86_64 on Amazon Linux 2 using yum.