Thread: Smart Q7 Tablet
View Single Post
Old 06-20-2009, 09:07 PM   #427
markr
Member
markr doesn't littermarkr doesn't litter
 
Posts: 22
Karma: 104
Join Date: Jun 2009
Device: none
Quote:
Originally Posted by celtica96 View Post
I followed the steps you outlined and got one strange message in evilvte twice--once during uninstall and then again for install:
E Directory '/var/log/apt/' missing
/var/log is where applications can store a log file. Presumably apt is trying to write its logfile to /var/log/apt/some_file_name but the directory /var/log/apt/ doesn't exist yet. You would think that the rest of the operation would have worked, just you wouldn't have a log.

Try:
sudo mkdir /var/log/apt

To create the directory. Although you might not want your limited storage space filling up with log files you're never going to read, in which case don't bother and just ignore the errors.
markr is offline   Reply With Quote