I was installing some software on my linux system and then i get long list of errors. Now i can go up and see when did it starts so i want to know the log file where the full error gets stored so that i can look when it started

link|improve this question

75% accept rate
feedback

migrated from stackoverflow.com Jun 5 '11 at 2:00

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

You should look in /var/log. Depending on the severity of the error the error message may appear in different log files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.