Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I'm guessing that, of course, apt-get cannot tell when dependencies are already met by modules previously installed via CPAN.pm.

This is correct, unless you create .deb packages from your CPAN modules before installing them, as I recommended above.

An example, you'd like to install Frobnicator::Simple from CPAN, which is not available from any apt repository. So you run dh-make-perl which creates the package libfrobnicator-simple-perl-<version>.deb and you install that package. Any supsequent packages which you install via apt-get will know that libfrobnicator-simple-perl has been installed, and should you install an additional package that depends on (or conflicts with) this module, apt will be able to do the right thing.

Mind you, the situation won't come up too often, since generally packages in the apt repositories will only depend on other packages if they are also available via apt. And there is the additional possible corner case that a package you want to install depends on a different version of libfrobnicator-simple-perl than the one you've installed by hand, and the maintainer of that package forgot to specify that when rolling it. But that should be even rarer.


All dogma is stupid.

In reply to Re^3: help managing modules using CPAN.pm by tirwhan
in thread help managing modules using CPAN.pm by j3

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 18:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found