Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. cd /new/cache/is/here
  2. mkdir partial
  3. nano /etc/apt/apt.conf
  4.  
  5. dir::cache::archives /new/cache/is/here
  6.  
  7. sudo apt-get -o dir::cache::archives="/new/cache/is/here" install packagename
  8.  
  9. sudo rm -rf /var/cache/apt/archives
  10. sudo ln -s /path/to/new/cache /var/cache/apt/archives
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement