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 ...
- 12-22-2006 #1
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.
- 12-22-2006 #2
just type 'mail' :P hehehe
- 12-22-2006 #3
i get
-bash: mail: command not found
- 12-22-2006 #4
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
- 12-22-2006 #5
Nope.
I just installed Debian 3.1, net install. if that helps.
- 12-22-2006 #6
I think you have to install a package called nail (not mail) in order to get the mail command.
- 12-22-2006 #7
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
into a console (you'd have to be root to do that, tho)Code:apt-get pine
HTH
Giles"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
- 12-22-2006 #8
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.
- 12-22-2006 #9
try
Code:apt-get install pine
Life is complex, it has a real part and an imaginary part.
- 12-22-2006 #10
Unfortunately pine is only available as a source package in Debian. So you would have to do :
You can install nail instead :Code:apt-get build-dep pine apt-get source -b pine
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


Reply With Quote