How to Install and Uninstall libgoto-file-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libgoto-file-perl" package

Please follow the guidelines below to install libgoto-file-perl on Kali Linux

$ sudo apt update $ sudo apt install libgoto-file-perl

2. Uninstall "libgoto-file-perl" package

This is a short guide on how to uninstall libgoto-file-perl on Kali Linux:

$ sudo apt remove libgoto-file-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgoto-file-perl package on Kali Linux

Package: libgoto-file-perl
Version: 0.005-2
Installed-Size: 22
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libfilter-perl
Size: 6880
SHA256: 70ba33eb7d2d5ddcf56582d7db139b8a512ca8ed2ea4c446840aac85fd62b589
SHA1: 2c3229694471ecfcd6fe9bc42fdbb19cc5e6b579
MD5sum: 760f327994922798dc9daffbf57ddc6e
Description: Perl module that allows swapping the currently compiling file for a new one
goto::file allows Test2::Harness to swap out the main script for the new
file without adding a stack frame.
.
It is rare, but there are times where you want to swap out the currently
compiling file for a different one. This module does that. From the point
you 'use' the module perl will be parsing the new file instead of the
original.
.
This module was created specifically for Test2::Harness which can preload
modules and fork to run each test. The problem was that using 'do' to execute
the test files post-fork was resuling in extra frames in the stack trace...
in other words there are a lot of tests that assume the test file is the
bottom of the stack. This happens all the time, specially if stack traces
need to be verified.
Description-md5:
Homepage: https://metacpan.org/release/goto-file
Section: perl
Priority: optional
Filename: pool/main/libg/libgoto-file-perl/libgoto-file-perl_0.005-2_all.deb