Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. touch /tmp/emptyfile
  2. sudo mount --bind /tmp/emptyfile /var/lib/dpkg/status
  3. yes no | sudo apt-get install (list of packages)
  4. sudo umount /var/lib/dpkg/status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement