I don't know when was the last time I got an update, so this has been a problem for a while. I don't get any updates for anything, and if I go into the update manager and press refresh, I get an error. It's something about how there's not a public key available. The error tells me to check my internet connection, but my internet is working just fine for every other program.
#Update Manager does not work
38 messages · Page 1 of 1 (latest)
check results of inxi -Sr and show plz
remove the dbgsym one if you don't really need it
as for the way to sign the gpg thing, you'll have to google the isntructions for the vscode ms repo
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -D -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/microsoft.gpg
rm microsoft.gpg
why tf do they randomly feel the need to update the key
@obtuse urchin try using this to fix the gpg error
yeah
can you cat /etc/apt/sources.list.d/vscode.sources
oh yeah, it's cat /etc/apt/sources.list.d/vscode.list
lawd where's the singed-by thing
@obtuse urchin i'm going to need you to sudo nano /etc/apt/sources.list.d/vscode.list and after the arch=a,b,c add a space and add signed-by=/usr/share/keyrings/microsoft.gpg
no need
Like this? Now what?