Ubuntu Pastebin

Paste from cfhowlett at Mon, 8 Feb 2016 17:09:13 +0000

Download as text
1
2
3
4
    sudo apt-get clean
    sudo mv /var/lib/apt/lists /var/apt/lists.old
    mkdir -p /var/lib/apt/lists/partial
    sudo apt-get update
Download as text