home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9372 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.7 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!ukma!wupost!cs.utexas.edu!torn!utgpu!utstat!rafal
  3. From: rafal@utstat.uucp (Rafal Kustra (summer student))
  4. Subject: Re: How do you install programs?
  5. Message-ID: <1992Aug30.152738.20697@utstat.uucp>
  6. Keywords: Linux, newbie, FAQ?
  7. Organization: University of Toronto, Dept. of Statistics
  8. References: <1992Aug30.031010.12106@eskimo.celestial.com>
  9. Date: Sun, 30 Aug 1992 15:27:38 GMT
  10. Lines: 33
  11.  
  12. In article <1992Aug30.031010.12106@eskimo.celestial.com> shamus@eskimo.celestial.com (Jay Mottern) writes:
  13. >
  14. >I'd like to install the manual, Elvis and a comm program (minicom) but
  15. >can't get them onto my Linux partition (hda2, root and user, 30 MB).
  16. >The files are currently on my DOS partition. I've tried rawriting the
  17. >files to floppies and using dd, and tried mounting the DOS partition
  18. >and copying them directly, but nothing works.
  19. >
  20. >......................................................................
  21. >     shamus@eskimo.celestial.com          (Jay Mottern)
  22. >
  23. >     "Welcome to Seattle. Now go home!" (bumper sticker)
  24.  
  25.  
  26. If you got those programs via modem try rawriting them
  27. one per disk.
  28. Then try :
  29. tar zxvf /dev/fd0   
  30. Now z option tells tar to run uncompress first. If file
  31. is not compressed omit it. (ie if file name doesn't end
  32. in Z). Also if your tar is a new one it doesn't support z
  33. option. In that case do:
  34. uncompress < /dev/fd[01] | tar xvf -
  35. '-' tels tar to read from stdin.
  36. Ps. fd0 is your a drive fd1 is b.
  37. PS2: Install mtools as soon as possible. ;)
  38.  
  39.                 Rafal
  40. -- 
  41. /|| Numbers exist only in our minds. There is no physical entity that
  42.  ||_is_ number 1. If there were, 1 would be in a place of honor in 
  43.  || some great museum of science, and past it would file a steady
  44. ==== stream of mathematicians gazing at 1 in wonder and awe.
  45.