I can't update my Ubuntu cause it says:
Requires installation of untrusted packages
The action would require the installation of packages from not authenticated sources.
chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg
Why is that? I never changed anything and it always used to work fine.
If you haven't installed any PPA's for Chromium, press the Reload button in the package manager (the command line equivalent is
sudo apt-get update
). If the problem persists, wait a day before retrying. The mirror is possibly not completely updated yet or a proxy is caching the contents.Try:
sudo add-apt-repository ppa:chromium-daily/ppa
That should authenticate your chromium packages and let you download the updates, etc.