Nice! Some comments:

Updates: To clarify, sudo aptitude build-dep perl only ensures that you have everything installed that you would need in order to compile perl (c-compiler, make, ...). It is not a way to maintain multiple perl versions on your system.

The arguments for a separate /home partition are good so indeed, someone following this guide may wish to consider /, /home, and swap. For further information check out this Linux Partitioning mini-FAQ. Especially the "Why Partition at All?" section.

Further commentary on gubbins: Indeed the gubbins should no longer be necessary on a modern system, however, I would argue that very few people actually mess with them as they do no harm. If they offend you mightily, feel free to remove them but they will pop back up whenever you re-install perl.

Good Day,
    Dean


In reply to Re: Building a Development Environment on Ubuntu by duelafn
in thread Building a Development Environment on Ubuntu by Xiong

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.