Linux Lite Forums

Full Version: Mozilla PPA fix 0AB215679C571D1C8325275B9BDB3D89CE49EC21
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For those whose OCD needs curing, here's a fix for the Mozilla PPA weak algorithm message during 'sudo apt-get update' in the Terminal.

Code:
sudo touch /etc/apt/apt.conf.d/99weakkey-warning

Code:
sudo nano /etc/apt/apt.conf.d/99weakkey-warning

copy:

Code:
APT::Key::Assert-Pubkey-Algo ">=rsa1024";

into the 99weakkey-warning file.

Done Smile

Will be fixed in 7.4