How to Install and Uninstall libsmart-comments-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libsmart-comments-perl" package

Please follow the step by step instructions below to install libsmart-comments-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsmart-comments-perl

2. Uninstall "libsmart-comments-perl" package

Please follow the instructions below to uninstall libsmart-comments-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsmart-comments-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsmart-comments-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsmart-comments-perl
Priority: optional
Section: universe/perl
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.06-1
Depends: perl
Filename: pool/universe/libs/libsmart-comments-perl/libsmart-comments-perl_1.06-1_all.deb
Size: 21402
MD5sum: 7d24ee70062db7657cc8f4ce0409d5f4
SHA1: a7feaeef16baf4effeb41975c1c0867460e5a192
SHA256: 02e902c64c03106d3a6cd289898fc8639f4fbc974ab107c254e2646ff4d47258
Description-en: Perl module for comments that do more than just sit there
Smart::Comments is a Perl module that implements "intelligent" comments that
can aid in debugging and tracking program execution flow. They can report the
value of a variable, track the progress of a loop, and verify that particular
assertions are true.
.
Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the "use Smart::Comments" line turns them back into
regular comments. Leaving smart comments in your code is smart because if you
needed them once, you'll almost certainly need them again later.
Description-md5: 45a51fc66d621c069771b61e61c7d920
Homepage: https://metacpan.org/release/Smart-Comments
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu