When I try and update my files using the command apt-file update in the terminal it starts to do so, until I get to a certain point then I get the following message:
curl: (22) The requested URL returned error: 401 Authorization Required
Download of https://private-ppa.launchpad.net/commercial-ppa-uploaders/vkaudiosaver/ubuntu/dists/trusty/Contents-amd64.gz failed
Command exited with code 22
Any knowledge on how to get this to finish the update? Or how would I get the Authorization required to finish my up date?
curl: (22) The requested URL returned error: 401 Authorization Required Download of https://private-ppa.launchpad.net/commercial-ppa-uploaders/vkaudiosaver/ubuntu/dists/trusty/Contents-amd64.gz failed Command exited with code 22
– Leo Tobias Jun 20 '15 at 18:16sudo apt-get install apt-file
– aGer Jun 20 '15 at 18:19