Install libstring-shellquote-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libstring-shellquote-perl
Description:
module to quote strings for passing through the shell
The String::ShellQuote module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object, plus a command-line interface to it. It is useful for doing robust tool programming, particularly when dealing with files whose names contain white space or shell globbing characters.
Homepage: https://metacpan.org/release/String-ShellQuote
Version: 1.04-1
Section: universe/perl