-2

i was trying to install winusb

typed in the terminal

sudo add-apt-repository ppa:colingille/freshlight && sudo apt-get update

then got that error when tried to update

Err:18 http://ppa.launchpad.net/fossfreedom/packagefixes/ubuntu xenial/main amd64 Packages 404 Not Found

tried this commands

sudo add-apt-repository ppa:fossfreedom/packagefixes
sudo apt-get update
sudo apt-get install banish404

got same error

1 Answers1

0

The ppa you are using doesn't currently have files for Ubuntu 16.04 i.e Xenial Xerus. So when you try to add a ppa it will look for xenial dist being available. The 404 error simply means its not available.

You can probably wait until they update their ppa for xenial or look for an alternative ppa with xenial based packages.

Repository List of the ppa

Nisheet
  • 973