Re: a question about finding a couple of packages



Scott Berry wrote:
I am looking for a couple of packages for edns. These are the
packages I need are they installed by default if not what are the
actual names of the packages? I am unsure which ones to get.

use MIME::Base64;
use IO::Socket;

Here's a nice way you can find perl packages based on the module name
(the name used in the 'use' statement):

yum whatprovides 'perl(IO::Socket)'

Both of these modules happen to be in the main perl package, which is
installed by default.

--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Everyone wants to live at the expense of the state. They forget that
the state lives at the expense of everyone.
-- Frederic Bastiat, 1848

Attachment: pgpjLJROE2LGt.pgp
Description: PGP signature

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Relevant Pages