<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Everyone<br>
    <br>
    Does anyone know how to log the output from apt-get.<br>
    <br>
    With the following, the output is an empty file:<br>
    <br>
    sudo apt-get update > error.txt<br>
    <br>
    sudo apt-get update | tee error.txt<br>
    <br>
    My raspberry pi will not apt-get update and I am trying to post the
    output.<br>
    <br>
    Regards<br>
    <br>
    Kevin<br>
    <br>
  </body>
</html>