As mentioned alreadyrod178 wrote: Mon Jul 08, 2024 10:45 amCode: Select all
Active apt repos in: /etc/apt/sources.list.d/atom.list 1: deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
1st: remove the no-longer working atom repo
Code: Select all
sudo rm /etc/apt/sources.list.d/atom.list
on command line:
update package list
Code: Select all
sudo apt update
upgrade to latest mxpi
Code: Select all
sudo apt install mx-packageinstaller mx-packageinstaller-pkglist
Now open MXPI
and install Google Chrome from MXPI->Pop.Apps->Browser
The warnings will we gone after installing.
+++EDIT+++
Do also upgrade to latest checkaptgpg
Code: Select all
sudo apt install checkaptgpg
Code: Select all
sudo checkaptgpg
( Someone may adjust the chrome installer in MXPI )