As subject, today when I tried to apt update
, my ubuntu server throw error message that
E: Conflicting values set for option ALLOW_INSECURE regarding source <set> <unset>
E: The list of sources could not be read.
How to detect what make this problem and how to fix it?
You have to remove extra space before
]
in/etc/apt/sources.list.d/FPT-docker.list
and check spelling in similar lines like with[trusted=yes arch=amd64]
.