NAME

rm_package - Remove a "package" in the NBI HPC that was installed using make_package

VERSION

version 0.11.0

SYNOPSIS

rm_package PACKAGE_NAME [--force] [--dry]

DESCRIPTION

This script safely removes packages that were previously installed using the make_package script in the NBI HPC environment. It will remove both the binary file in the bin directory and the package directory tree.

By default, the script lists the files that would be deleted and prompts for confirmation before proceeding with deletion.

NAME

rm_package - Remove packages installed with make_package

OPTIONS

PACKAGE_NAME

The name of the package to remove. Required.

--dry

Dry run mode. Just print the list of files that would be deleted, without prompting or performing any deletion.

--force

Force removal without prompting for confirmation.

--help, -h

Display this help message.

EXAMPLES

To remove a package named "seqfu" with confirmation prompt:

rm_package seqfu

To see what would be deleted without actually removing anything:

rm_package seqfu --dry

To force removal without confirmation:

rm_package seqfu --force

SEE ALSO

make_package - the script used to install these packages

AUTHOR

Andrea Telatin <proch@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2023-2025 by Andrea Telatin.

This is free software, licensed under:

The MIT (X11) License