skip to Main Content

Centos – Perl module's rpm doesn't provide all included files and tries to get missing ones as a dependancies

So, I've built an rpm for centos from tar.gz dist using cpanspec and rpmbuild tools. This module contains several embedded modules, the filesystem of dist looks like this: lib/Module.pm lib/Module/SubModule1.pm lib/Module/SubModule1/SubSub1.pm lib/Module/SubModule1/SubSub2.pm lib/Module/SubModule2.pm lib/Module/SubModule2/SubSub1.pm ... etc When I try to…

VIEW QUESTION

Universal .deb or .rpm – Debian

I noticed that the download page for VSCode (https://code.visualstudio.com/download) has a single .deb for all versions of Ubuntu/Debian/etc. and a single .rpm for all versions of RE/Fedora/SUSE/etc. How can a single file work for multiple versions of a single distro,…

VIEW QUESTION
Back To Top
Search