FG
💻 Software

How do you manage perl modules on a Debian system?

Fresh7 days ago
Mar 15, 20265048 views
Confidence Score0%
0%

Problem

I'd like to know if you have a method for managing perl modules on your Debian system, with respect to the following: Installing new modules Listing of manually installed modules Checking dependencies, and uninstalling modules I have looked at this perlmonks article for background reading: What is …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do you manage perl modules on a Debian system?

Low Risk

If you use and for all packages, will find perl packages without any dependencies, which you can then remove and run it again iteratively. has a keep list which you can add the ones you're actively using to and they won't show up. So to make this wo…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment