Skip to content

Instantly share code, notes, and snippets.

@pahnin
Last active October 1, 2016 11:24
Show Gist options
  • Save pahnin/378acbd79a4d083b4763bab0c59ecb75 to your computer and use it in GitHub Desktop.
Save pahnin/378acbd79a4d083b4763bab0c59ecb75 to your computer and use it in GitHub Desktop.

when trying to install updates, it threw error since keys were not updated. so fixing keys

update key rings package

sudo pacman -Sy gnupg archlinux-keyring manjaro-keyring

get official keys from devs

sudo gpg --recv-keys 247B52CC 11C7F07E 59152F77 5C0102A6 604F8BA2 AC97B894 5DCB998E B35859F8 663CA268 8DF53602 A42D53A2

register an official key from developer

sudo pacman-key --lsign-key 59152F77

update keys again

sudo pacman-key --refresh-keys

after installing updates and restarting system unable to login since a package was replaced during update process

install missing package

pacman -S deepin-desktop-schemas

to fix disspearing cursor

mv .icons/default/index.theme index.theme.bak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment