Hello,
I used apt on debian and redhat, where there were additional configuration
files placed in sources.list.d directory.
However, in ubuntu it does not work this way.
I tried to solve the problem on my onw and set
Code:
Dir::Etc::sourceparts "sources.list.d";
in /etc/apt/apt.conf.d/999sourceparts
and after doing i see that this exist.
But this does not cause apt-get update to fetch sources from the locations from files in sources.list.d directory.
Can you help me to enable this?
THX.