You know sources.list is somewhere below /etc. Which command searches that subtree for the file?
sources.list
/etc
ls /etc sources.list
sudo find /etc -name sources.list
which sources.list
find /etc -type d -name sources.list