Wednesday, April 1, 2009

// // Leave a Comment

Howto fix “Archive directory /var/cache/apt/archives/partial is missing” (PROBLEM SOLVED)

ERROR:"Archive directory /var/cache/apt/archives/partial is missing.”

To fix this error make sure you recreate the archives folder as well as the partial folder. open a console window and type

*** cd /var/cache/apt

***Type ls check to make sure archives folder is displayed in case you dont see the archives folder create the folder

sudo mkdir archives if you already have the archives folder then skip this step.

*** type cd archives , create the partial folder by typing sudo mkdir partial

*** type sudo apt-get autoclean to make sure apt is working properly.

Thats it you should now be able to get apt to work properly.

THANK YOU EVERY ONE

0 comments:

Post a Comment