How to Install and Uninstall libdata-methodproxy-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libdata-methodproxy-perl" package

This tutorial shows how to install libdata-methodproxy-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libdata-methodproxy-perl

2. Uninstall "libdata-methodproxy-perl" package

This tutorial shows how to uninstall libdata-methodproxy-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libdata-methodproxy-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-methodproxy-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdata-methodproxy-perl
Architecture: all
Version: 0.04-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 29
Provides: libconfig-methodproxy-perl
Depends: perl, libmodule-runtime-perl
Breaks: libconfig-methodproxy-perl
Replaces: libconfig-methodproxy-perl
Filename: pool/universe/libd/libdata-methodproxy-perl/libdata-methodproxy-perl_0.04-1_all.deb
Size: 10592
MD5sum: 6c955223e1e56cade1c882d498cca747
SHA1: 2df87f1746af7efd3ad3af3be876fa455c8d76af
SHA256: fbf53bc9ef3f2927a8f4ca4fb241748a1bc27c8f85708cf1c786d942fa1fbca7
SHA512: 074e425149901c7509d8d17e963ab181a7fb940841eb49b157f1545656b52f1d510603222d9c6b46b89d79930d992b54bad72e9761f89cb08e89aa9ff56548ef
Homepage: https://metacpan.org/release/Data-MethodProxy
Description-en: module to inject dynamic data into static data
A method proxy as provided by the Data::MethodProxy module is an array ref
describing a class method to call and the arguments to pass to it. The first
value of the array ref is the scalar $proxy, followed by a package name, then
a subroutine name which must callable in the package, and a list of any
subroutine arguments.
.
[ '$proxy', 'Foo::Bar', 'baz', 123, 4 ]
.
The above is saying, do this:
.
Foo::Bar->baz( 123, 4 );
Description-md5: 98063851dc2d9493ea7ffee0e3a05614