How To Install geany-plugins-geniuspaste on CentOS 7

In this tutorial we learn how to install geany-plugins-geniuspaste on CentOS 7. geany-plugins-geniuspaste is Use nopaste services directly from within Geany

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.

sudo yum makecache

After updating yum database, We can install geany-plugins-geniuspaste using yum by running the following command:

sudo yum -y install geany-plugins-geniuspaste

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.

sudo dnf makecache

After updating yum database, We can install geany-plugins-geniuspaste using dnf by running the following command:

sudo dnf -y install geany-plugins-geniuspaste

How To Uninstall geany-plugins-geniuspaste on CentOS 7

To uninstall only the geany-plugins-geniuspaste package we can use the following command:

sudo dnf remove geany-plugins-geniuspaste

References

Summary

In this tutorial we learn how to install geany-plugins-geniuspaste on CentOS 7 using yum and dnf.