Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
320 bytes added ,  23:38, 18 November 2011
Added "Perl | Install Module"
(→‎Firewall: Added delete rule and example)
(Added "Perl | Install Module")
Line 425: Line 425:


[[Category:MySQL]]
[[Category:MySQL]]
== Perl ==
=== Install Module ===
Installing a perl module isn't tricky, but there is a certain nack to it, see below...
# Get the module's package name (eg for Net::XWhois)
# * <code> sudo apt-cache search perl net::xwhois </code>
# Then install the package
# * <code> sudo apt-get install libnet-xwhois-perl </code>


== Python ==
== Python ==

Navigation menu