Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. pi@raspbmc:~$ sudo cpan HTTP::Date
  2.  
  3. Using Tar:/bin/tar xf "HTTP-Date-6.02.tar":
  4. Couldn't untar HTTP-Date-6.02.tar: 'Cannot allocate memory'
  5.  
  6. Filesystem Size Used Avail Use% Mounted on
  7. /dev/mmcblk0p2 15G 2.1G 12G 16% /
  8. /dev/mmcblk0p1 69M 8.1M 61M 12% /boot
  9.  
  10. curl -L http://cpanmin.us | perl - App::cpanminus
  11.  
  12. sudo cpanm HTTP::Date
  13.  
  14. -bash: cpanm: command not found
  15.  
  16. ps --sort -rss -eo rss,pid,command | head
  17.  
  18. sudo curl -L http://cpanmin.us | perl - --sudo App::cpanminus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement