How to determine if a Perl-module is installable via apt
Andreas Olsson
andreas+ubuntu-server at arrakis.se
Sun Sep 23 09:45:17 UTC 2007
On Sunday 23 September 2007 11:11:46 Ingo Lantschner wrote:
> if I have to install a Perl-module, lets say Mail::Mailer
> (Mailer.pm). How can I easily find if it can be installed with apt-
> get install <some name> (instead of cpan)?
Well, if the module's name is in the package's description you can try using
apt-cache search. Example: apt-cache search "Mail::Mailer"
Otherwise you can use apt-file to search for packages including a specific
file. Example: apt-file search mailer.pm
--
Andreas Olsson
http://www.andreasolsson.se/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-server/attachments/20070923/5107f8a1/attachment.pgp>
More information about the ubuntu-server
mailing list