When I did apt-get update / Installation of a package,
I got the following error.
Error :
E: Archive directory /var/cache/apt/archives/partial is missing.
Solution :
The Problem was the partial folder under /var/cache/apt/archives/
was deleted accidentally.
So goto /var/cache/apt/archives/
cd /var/cache/apt/archives/
mkdir partial
Now the error was resolved.
Reference :
http://ubuntuforums.org/showthread.php?t=624671
I got the following error.
Error :
E: Archive directory /var/cache/apt/archives/partial is missing.
Solution :
The Problem was the partial folder under /var/cache/apt/archives/
was deleted accidentally.
So goto /var/cache/apt/archives/
cd /var/cache/apt/archives/
mkdir partial
Now the error was resolved.
Reference :
http://ubuntuforums.org/showthread.php?t=624671
This comment has been removed by a blog administrator.
ReplyDelete