![]() |
Mozilla PPA weak algorithm fix 0AB215679C571D1C8325275B9BDB3D89CE49EC21 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.linuxliteos.com/forums/forumdisplay.php?fid=46) +--- Thread: Mozilla PPA weak algorithm fix 0AB215679C571D1C8325275B9BDB3D89CE49EC21 (/showthread.php?tid=9325) |
Mozilla PPA weak algorithm fix 0AB215679C571D1C8325275B9BDB3D89CE49EC21 - Valtam - 01-27-2025 Here's a fix for the Mozilla PPA weak algorithm message during 'sudo apt-get update' in the Terminal. Code: software-properties-gtk Click on the Other Software tab and remove any Mozilla PPA's that are listed: ![]() Follow the onscreen instructions. Password, then Reload. Then, again: Code: software-properties-gtk Remove any Mozilla keyrings. Then, open a Terminal and do: Code: sudo rm -rf /etc/apt/sources.list.d/mozilla* Then do: Code: sudo rm -rf /etc/apt/keyrings/packages.mozilla.org.asc Code: sudo rm -rf /etc/apt/trusted.gpg.d/mozilla* Code: sudo rm -rf /usr/share/keyrings/mozilla* ignore any potentials errors in the Terminal. Then do: Code: sudo add-apt-repository ppa:mozillateam/ppa follow the instructions. Lastly: Code: sudo apt-get update && sudo apt-get dist-upgrade Done ![]() Will be fixed in 7.4 |