On 2017-04-23 20:31:35 [+0200], Kurt Roeckx wrote: > On Sun, Apr 23, 2017 at 09:12:39AM +0000, Jonathon Delgado wrote: > > So does this require anything from the perl package? I've never had trouble > > in the past using it with just perl-base installed. There could, of course, > > be a perl requirement for a scenario where I haven't used it, but has any > > such scenario been identified? > > We just have to figure out if perl-base is enough or not. I've > asked about this.
perl-base seems to be enough: |(sid)root@debbuildd:~/test# dpkg -l perl perl-base |Desired=Unknown/Install/Remove/Purge/Hold || Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend ||/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) |||/ Name Version Architecture Description |+++-====================-=============-============-========================== |un perl <none> <none> (no description available) |ii perl-base 5.24.1-2 amd64 minimal Perl system |(sid)root@debbuildd:~/test# c_rehash |Doing /usr/lib/ssl/certs |WARNING: Skipping duplicate certificate ca-certificates.crt |WARNING: Skipping duplicate certificate ca-certificates.crt We still have tsget: |(sid)root@debbuildd:~/test# /usr/lib/ssl/misc/tsget |Can't locate Getopt/Std.pm in @INC (you may need to install the |Getopt::Std module) (@INC contains: /etc/perl |/usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 |/usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 |/usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 |/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at |/usr/lib/ssl/misc/tsget line 12. |BEGIN failed--compilation aborted at /usr/lib/ssl/misc/tsget line 12. and this one ask here for libwww-curl-perl. Installing it will bring perl back (among other stuff). > Kurt Sebastian