You are not logged in.
Hi just come to install software on an older box using and oldish disc and at
sudo apt-get update
am getting following error...
W: GPG error: http://q4os.org q4os-1-0-cn InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6ABA85D1E2E6A0B3
Not much other software from the app installer will work and fails simulation!
Last edited by cpcnw (2016-07-06 07:57)
We cannot solve our problems with the same thinking we used when we created them.
Offline
You probably have older Q4OS version installed. Please, run in terminal:
$ get-q4os-version
and put output here to analyze.
If you want to add valid Q4OS key run:
$ wget -nv -O- http://q4os.org/q4repo/q4a-q4os.gpg.pub | sudo apt-key add -
$ sudo apt-get update
Offline
1.4.1-n1
Thanks - that worked!
We cannot solve our problems with the same thinking we used when we created them.
Offline
The current Q4OS version is Q4OS-1.4.12, we strongly recommend to update your system before any other action:
$ sudo apt-get update
$ sudo apt-get dist-upgrade
Offline