Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3557

General Questions • [Solved] Correct way of installing Perl modules on Debian?

$
0
0
Thanks man!

First I found that I have to run

Code:

# apt install aptitude
Then I could run:

Code:

aptitude search perl
And this gives a list of Debian packaged Perl modules to install using apt, instead of the normal way using cpan.

Question solved!


Edit:
The thing I wanted to do was:

Code:

# cpan GD::Graph
Instead I had to do:

Code:

# apt install libgd-perl# apt install libgd-graph-perl

Statistics: Posted by Meow — 2024-12-10 14:22 — Replies 2 — Views 32



Viewing all articles
Browse latest Browse all 3557

Trending Articles