Thanks man!
First I found that I have to run
Then I could run:
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:Instead I had to do:
First I found that I have to run
Code:
# apt install aptitude
Code:
aptitude search perl
Question solved!
Edit:
The thing I wanted to do was:
Code:
# cpan GD::Graph
Code:
# apt install libgd-perl# apt install libgd-graph-perl
Statistics: Posted by Meow — 2024-12-10 14:22 — Replies 2 — Views 32