How To Install geany-plugins-geniuspaste on CentOS 7
Introduction
In this tutorial we learn how to install geany-plugins-geniuspaste
on CentOS 7.
What is geany-plugins-geniuspaste
This plugin allows the user to paste the code from Geany into five different pastebins. At the moment it supports this services * codepad.org * tinypaste.com * pastebin.geany.org * dpaste.de * sprunge.us GeniusPaste detects automatically the syntax of the code and paste it with syntax highlighting enabled. It can also display the pasted code opening a new browser tab.
We can use yum
or dnf
to install geany-plugins-geniuspaste
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install geany-plugins-geniuspaste.
Install geany-plugins-geniuspaste on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install geany-plugins-geniuspaste
using yum
by running the following command:
Install geany-plugins-geniuspaste on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install geany-plugins-geniuspaste
using dnf
by running the following command:
How To Uninstall geany-plugins-geniuspaste on CentOS 7
To uninstall only the geany-plugins-geniuspaste
package we can use the following command:
References
Summary
In this tutorial we learn how to install geany-plugins-geniuspaste
on CentOS 7 using yum
and dnf
.