'Package 'perl-Env' not found

Hi I'm trying to install perl-Env package using zypper. But the installation fails with the following error:

user@sles:~> sudo zypper -n install perl-Env
Loading repository data...
Reading installed packages...
Package 'perl-Env' not found.

How can I install this package in my machine?



Solution 1:[1]

OpenSUSE doesn't strip modules from the core library. Env is part of the perl package, no need to install anything else.

$ rpm -q --whatprovides /usr/lib/perl5/5.26.1/Env.pm 
perl-5.26.1-15.87.x86_64

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 choroba