How to Install and Uninstall libtest-filename-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "libtest-filename-perl" package

Learn how to install libtest-filename-perl on Kali Linux

$ sudo apt update $ sudo apt install libtest-filename-perl

2. Uninstall "libtest-filename-perl" package

Please follow the steps below to uninstall libtest-filename-perl on Kali Linux:

$ sudo apt remove libtest-filename-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtest-filename-perl package on Kali Linux

Package: libtest-filename-perl
Version: 0.03-2
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: libpath-tiny-perl, sgml-base (>= 1.28), perl:any
Size: 11976
SHA256: 325c8f5b0969472bb1dcb466132065aa8acc430e17f3ebaccf04be76158f8e9c
SHA1: 0513179888520756a0d3f63c499f557175c5d292
MD5sum: 7380cf02d441e2fbc08b5810ba8c475f
Description: portable filename comparison
Many cross-platform test failures -- particularly on Win32 -- are due
to hard-coded file paths being used in comparison tests.
.
my $file = get_file(); # returns "foo\bar.t";
is( $file, "foo/bar.t" ); # fails on Win32
.
Test::Filename provides some handy functions to convert all those path
separators automatically so filename tests will just DWIM.
.
The alternative is to write your own utility subroutine and use it
everywhere or just keep on littering your test code with calls to
File::Spec -- yuck!
.
is( $file, File::Spec->canonpath("some/path"), "should pass" );
.
Since this module is so simple, you might not think it worth including
as a dependency. After all, it's not that hard to always remember to
use File::Spec, Path::Tiny or some other file utility, right? But odds
are that, at some point, you'll be so busy writing tests that you'll
forget and hard-code a path in your haste to show what a clever
programmer you are.
.
So just use this module and stop worrying about it. You'll be happier
and so will anyone trying to install your modules on Win32.
Description-md5:
Homepage: https://metacpan.org/release/Test-Filename
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-filename-perl/libtest-filename-perl_0.03-2_all.deb