I had a similar problem a few months back on my laptop when I neglected to verify and upgrade the packages for quite some time. I couldn't install packages that I wanted to.

First off, get into PPM and type verify. This will tell you if any of your packages are out of date. This will also tell you whether or not you're making connection with ActiveState. If it can't verify any of your packages, then you're not experiencing the same problem I was and you really need to follow what dws was saying above.

But if it tells you that some of your packages are out of date, then that's the reason why you can't install packages. I found that when this happened, the only two I could actually install were PPM and SOAP-Lite. After that, the problem was fixed. If you can't install those packages, go up to The 6xx Repository and pick them up there.

Sarah
All non-Perl nodes will be eliminated. Fear is your only defense.


In reply to Re: PPM Problems by WebHick
in thread PPM Problems by Anonymous Monk

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.