0

Whenever I try to install some software or plugin or codec, i'm often getting this problem :

Ignoring file 'mono-xamarin.lit' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

Please help me with a solution.

1 Answers1

1

The solution is easy for you to achieve, rename the file in question to be a proper file or remove it. To rename it you can do the following command:

sudo mv /etc/apt/sources.list.d/mono-xamarin.lit /etc/apt/sources.list.d/mono-xamarin.list

Or for removing it

sudo rm /etc/apt/sources.list.d/mono-xamarin.lit
Videonauth
  • 33,815