Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
Hey guys I've just installed Debian 3.1, first time linux user. When i log in it says "You have mail." What is it? but more importantly, how do i view ...
  1. #1
    Just Joined! Solvision's Avatar
    Join Date
    Dec 2006
    Location
    Harbin, China
    Posts
    67

    You have mail. Well apparently i do.

    Hey guys

    I've just installed Debian 3.1, first time linux user.

    When i log in it says "You have mail."

    What is it? but more importantly, how do i view it?

    I tried viewing it with "pico mail" but says Permission denied: mail and kicks me back out.

  2. #2
    Just Joined! placeb0's Avatar
    Join Date
    Dec 2006
    Location
    Cape Town, South Africa
    Posts
    16
    just type 'mail' :P hehehe

  3. #3
    Just Joined! Solvision's Avatar
    Join Date
    Dec 2006
    Location
    Harbin, China
    Posts
    67
    i get

    -bash: mail: command not found

  4. #4
    Linux User Giles's Avatar
    Join Date
    May 2005
    Location
    Gloucestershire and Cambridge, UK
    Posts
    283
    A few other text-mode mail programs you might have are elm, pine or mutt - try just typing one of those.

    Giles
    "Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
    Registered linux user #391027

  5. #5
    Just Joined! Solvision's Avatar
    Join Date
    Dec 2006
    Location
    Harbin, China
    Posts
    67
    Nope.

    I just installed Debian 3.1, net install. if that helps.

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    I think you have to install a package called nail (not mail) in order to get the mail command.

  7. #7
    Linux User Giles's Avatar
    Join Date
    May 2005
    Location
    Gloucestershire and Cambridge, UK
    Posts
    283
    OK. The chances are that email is a general "welcome to debian" message, that you probably wont suffer too much if you dont read (I cant say for sure, because I've never used debian, but that's the case when you install slackware, for example). And indeed you probably wont get any more mail sent to your user name, unless you share a network/computer with other linux users, who chose to communicate with you that way.

    However, if you want to make sure, I'd recommend installing one of the programs mentioned - someone'll correct me if I'm wrong, but I think in debian the best way would be to type
    Code:
    apt-get pine
    into a console (you'd have to be root to do that, tho)

    HTH
    Giles
    "Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
    Registered linux user #391027

  8. #8
    Just Joined! Solvision's Avatar
    Join Date
    Dec 2006
    Location
    Harbin, China
    Posts
    67
    OK, well so far i am only at the text level.

    I went: su, then password, the 'apt-get pine' and i got:

    E: Invalid operation pine

    I get the same with all of them.

  9. #9
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    try
    Code:
    apt-get install pine
    Life is complex, it has a real part and an imaginary part.

  10. #10
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Unfortunately pine is only available as a source package in Debian. So you would have to do :
    Code:
    apt-get build-dep pine
    apt-get source -b pine
    You can install nail instead :
    Code:
    apt-get install nail
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...