SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-VirtualFS-ISO9660 rpm build for : OpenSuSE. For other distributions click perl-VirtualFS-ISO9660.

Name : perl-VirtualFS-ISO9660
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.6.1 Date : 2023-07-20 15:45:49
Group : Development/Libraries/Perl Source RPM : perl-VirtualFS-ISO9660-0.02-lp155.6.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : Perl extension allowing programs to open files inside
Description :
Linux systems (and probably other Unix-y OSes like *BSD) have a \'loop\'
device that allow you to take a filesystem embedded in another file, and
mount it as if it were normal media:

mount file.iso /cdrom -t iso9660 -o ro,loop

Unfortunately, this suffers from some problems:

* *

Windows users cannot benefit from this. (_You_ may not think that Windows
is important, but you are not the only person on the planet.)

* *

For the systems that *do* support such a loop device, this only works if
the kernel has been compiled loop device compiled in; thus, using this
feature may require recompilation of the kernel.

* *

And for systems that have a loop device, and for which the loop device is
enabled, a user also must normally be root in order to execute the mount
command. Not everybody has root on the machines they\'re using.

VirtualFS::ISO9660 was written to avoid these three issues entirely, by
internally emulating a ISO-9660 filesystem driver. It can be used to list
the contents of a directory (with ->opendir() and ->readdir()), and it can
be used to open files inside the ISO image and read their contents.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-V/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-VirtualFS-ISO9660-0.02-lp155.6.1.noarch.rpm
     

Provides :
perl(VirtualFS::ISO9660)
perl(VirtualFS::ISO9660::DirHandle)
perl(VirtualFS::ISO9660::FileHandle)
perl-VirtualFS-ISO9660

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/VirtualFS
/usr/lib/perl5/vendor_perl/5.26.1/VirtualFS/ISO9660.pm
/usr/lib/perl5/vendor_perl/5.26.1/VirtualFS/ISO9660.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-VirtualFS-ISO9660
/usr/share/doc/packages/perl-VirtualFS-ISO9660/Changes
/usr/share/doc/packages/perl-VirtualFS-ISO9660/README
/usr/share/man/man3/VirtualFS::ISO9660.3pm.gz

 
ICM