How to Install and Uninstall perl-Config-AutoConf Package on openSUSE Leap

Last updated: May 11,2024

1. Install "perl-Config-AutoConf" package

Learn how to install perl-Config-AutoConf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Config-AutoConf

2. Uninstall "perl-Config-AutoConf" package

This guide covers the steps necessary to uninstall perl-Config-AutoConf on openSUSE Leap:

$ sudo zypper remove perl-Config-AutoConf

3. Information about the perl-Config-AutoConf package on openSUSE Leap

Information for package perl-Config-AutoConf:
---------------------------------------------
Repository : Main Repository
Name : perl-Config-AutoConf
Version : 0.315-1.20
Arch : noarch
Vendor : SUSE LLC
Installed Size : 195.8 KiB
Installed : No
Status : not installed
Source package : perl-Config-AutoConf-0.315-1.20.src
Upstream URL : http://search.cpan.org/dist/Config-AutoConf/
Summary : Module to Implement Some of Autoconf Macros in Pure Perl
Description :
Config::AutoConf is intended to provide the same opportunities to Perl
developers as at http://www.gnu.org/software/autoconf/ does for Shell
developers.
As Perl is the second most deployed language (mind: every Unix comes with
Perl, several mini-computers have Perl and even lot's of Windows machines
run Perl software - which requires deployed Perl there, too), this gives
wider support than Shell based probes.
The API is leaned against GNU Autoconf, but we try to make the API
(especially optional arguments) more Perl'ish than m4 abilities allow to
the original.