0

Ubuntu Server 15.10 I think this might have occurred during the owncloud config process.

After login theres a message stating:

find: `/etc/apt//sources.list': No such file or directory

I would expect the path should be /etc/apt/sources.list

How can I correct that?

muru
  • 207,228

1 Answers1

0

Go to /etc/apt folder. Check what happened to the original sources.list file. If installing OwnCloud renamed your sources.list file, then simply rename it back. Also, check if the sources.list file was damagingly modified - if so, then delete it and generate a new sources.list file.

If your sources.list file was deleted, then I suggest you generate another sources.list file using this website. And then put that file in /etc/apt.

If you want more information about this then here is the official Ubuntu Documentation about sources.list and a related question on Ubuntuforums. I suggest you read them first before proceeding.

Hope this helps. :D

x__x
  • 299