1

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?

1 Answers1

1

You are getting the error because the PPA is a private (commmercial) PPA that requires authorization to visit. To cross check try to access the PPA from a browser.

To get pass it, either disable the PPA or get proper authentication token.

heemayl
  • 93,925