How to Install and Uninstall perl-App-Nopaste Package on openSUSE Leap

Last updated: May 13,2024

1. Install "perl-App-Nopaste" package

Here is a brief guide to show you how to install perl-App-Nopaste on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-App-Nopaste

2. Uninstall "perl-App-Nopaste" package

This tutorial shows how to uninstall perl-App-Nopaste on openSUSE Leap:

$ sudo zypper remove perl-App-Nopaste

3. Information about the perl-App-Nopaste package on openSUSE Leap

Information for package perl-App-Nopaste:
-----------------------------------------
Repository : Main Repository
Name : perl-App-Nopaste
Version : 1.013-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 118.2 KiB
Installed : No
Status : not installed
Source package : perl-App-Nopaste-1.013-bp155.2.9.src
Upstream URL : https://metacpan.org/release/App-Nopaste
Summary : Easy access to any pastebin
Description :
Pastebins (also known as nopaste sites) let you post text, usually code,
for public viewing. They're used a lot in IRC channels to show code that
would normally be too long to give directly in the channel (hence the name
nopaste).
Each pastebin is slightly different. When one pastebin goes down (I'm
looking at you, http://paste.husk.org), then you have to find a new one.
And if you usually use a script to publish text, then it's too much hassle.
This module aims to smooth out the differences between pastebins, and
provides redundancy: if one site doesn't work, it just tries a different
one.
It's also modular: you only need to put on CPAN a
App::Nopaste::Service::Foo module and anyone can begin using it.