How to Install and Uninstall perl-Crypt-OpenSSL-Guess Package on openSuSE Tumbleweed

Last updated: May 05,2024

1. Install "perl-Crypt-OpenSSL-Guess" package

Please follow the step by step instructions below to install perl-Crypt-OpenSSL-Guess on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Crypt-OpenSSL-Guess

2. Uninstall "perl-Crypt-OpenSSL-Guess" package

This tutorial shows how to uninstall perl-Crypt-OpenSSL-Guess on openSuSE Tumbleweed:

$ sudo zypper remove perl-Crypt-OpenSSL-Guess

3. Information about the perl-Crypt-OpenSSL-Guess package on openSuSE Tumbleweed

Information for package perl-Crypt-OpenSSL-Guess:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Crypt-OpenSSL-Guess
Version : 0.15-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 32.1 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-OpenSSL-Guess-0.15-1.10.src
Upstream URL : https://metacpan.org/release/Crypt-OpenSSL-Guess
Summary : Guess OpenSSL include path
Description :
Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any
platforms.
Often macOS's homebrew OpenSSL cause a problem on installation due to
include path is not added. Some CPAN module provides to modify include path
with configure-args, but Carton or Module::CPANfile is not supported to
pass configure-args to each modules. Crypt::OpenSSL::* modules should use
it on your Makefile.PL.
This module resolves the include path by Net::SSLeay's workaround. Original
code is taken from 'inc/Module/Install/PRIVATE/Net/SSLeay.pm' by
Net::SSLeay.