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
  • 197,895
  • 55
  • 485
  • 740

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
  • 3
  • 12
  • Here is another resource in case things go wrong. – x__x Mar 12 '16 at 06:09
  • Thanks linuxode. Had a look and sources.list is there, looks okay. I thought that '//' bit indicated the path was wrong, so was unable to find it? – user3427554 Mar 12 '16 at 07:49
  • Yeah, I guess that's the problem. If updating and installing software is alright, then there is no problem and you can safely ignore the message. – x__x Mar 12 '16 at 09:09
  • And of course, if I helped, mark this as an answer. :D – x__x Mar 12 '16 at 09:09